mirror of
https://github.com/audacity/linuxdeploy.git
synced 2026-02-04 03:56:11 -06:00
Use matrix to simplify workflow, mk. 3
This commit is contained in:
parent
f83a0e99eb
commit
9fb2ac35d2
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -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*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user