mirror of
https://github.com/audacity/linuxdeploy.git
synced 2026-04-18 20:11:56 -05:00
Use matrix to simplify workflow, mk. 3
This commit is contained in:
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*
|
||||
|
||||
Reference in New Issue
Block a user