Skip to content

Commit e851463

Browse files
author
Tom Matthews
committed
github action fix
1 parent 290c886 commit e851463

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/macos-26.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Upload zip
3333
uses: actions/upload-artifact@v4
3434
with:
35-
name: qsstv-app-zip
35+
name: qsstv_arm64.app.zip
3636
path: |
37-
build/src/qsstv.app.zip
37+
build/src/qsstv_arm64.app.zip
3838
if-no-files-found: error

0 commit comments

Comments
 (0)