Use matrix to simplify workflow, mk. 3

This commit is contained in:
TheAssassin 2021-01-03 15:24:44 +01:00
parent f83a0e99eb
commit 9fb2ac35d2

View File

@ -40,7 +40,7 @@ jobs:
- name: Archive artifacts
uses: actions/upload-artifact@v2
if: ${{ matrix.BUILD_TYPE != "coverage" }}
if: matrix.BUILD_TYPE != 'coverage'
with:
name: AppImage
path: linuxdeploy*.AppImage*