Skip to content

Commit 9bc8bff

Browse files
author
PS Adithya
authored
Merge pull request pkgforge-dev#16 from psadi/feature/workflow_update
ci: ensure release handles multiple arch packages
2 parents aa8bb2c + 36fe2b2 commit 9bc8bff

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
name: ghostty-appimage-${{ matrix.arch }}
4545
retention-days: 7
46-
path: /tmp/ghostty-build/Ghostty-*.AppImage*
46+
path: /tmp/ghostty-build/Ghostty-*-${{ matrix.arch }}.AppImage*
4747

4848
outputs:
4949
arch: ${{ matrix.arch }}
@@ -69,7 +69,6 @@ jobs:
6969
uses: svenstaro/upload-release-action@v2
7070
with:
7171
repo_token: ${{ secrets.GITHUB_TOKEN }}
72-
file: ./Ghostty-*.AppImage*
72+
file: ./Ghostty-*-${{ matrix.arch }}.AppImage*
7373
tag: ${{ github.ref }}
74-
overwrite: true
7574
file_glob: true

0 commit comments

Comments
 (0)