mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-29 02:12:36 +02:00
fixup! upload .app for different platforms
This commit is contained in:
parent
aa145b4d7c
commit
b893c84147
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -165,7 +165,7 @@ jobs:
|
||||||
- name: Upload macOS app
|
- name: Upload macOS app
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: Dangerzone.app
|
name: Dangerzone.${{ matrix.arch }}.app
|
||||||
path: "dist/Dangerzone.app"
|
path: "dist/Dangerzone.app"
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
compression-level: 0
|
compression-level: 0
|
||||||
|
|
Loading…
Reference in a new issue