Skip to content

Commit

Permalink
ci: fix mac pkg release names
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLastCicada committed Jan 17, 2025
1 parent d40d50f commit cf1b74c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -356,8 +356,8 @@ jobs:
zip -r cadt-windows-x64-${{ steps.tag-name.outputs.TAGNAME }}.zip cadt-windows-x64
zip -r cadt-linux-x64-${{ steps.tag-name.outputs.TAGNAME }}.zip cadt-linux-x64
zip -r cadt-linux-arm64-${{ steps.tag-name.outputs.TAGNAME }}.zip cadt-linux-arm64
zip -r cadt-macos-x64-${{ steps.tag-name.outputs.TAGNAME }}.pkg.zip cadt-macos-x64-mac-installer
zip -r cadt-macos-arm64-${{ steps.tag-name.outputs.TAGNAME }}.pkg.zip cadt-macos-arm64-mac-installer
zip -r cadt-macos-x64-${{ steps.tag-name.outputs.TAGNAME }}.zip cadt-macos-x64-mac-installer
zip -r cadt-macos-arm64-${{ steps.tag-name.outputs.TAGNAME }}.zip cadt-macos-arm64-mac-installer
echo ""
ls -lah
Expand Down Expand Up @@ -391,8 +391,8 @@ jobs:
make_latest: "${{steps.is_latest.outputs.IS_LATEST}}"
files: |
cadt-windows-x64-${{ steps.tag-name.outputs.TAGNAME }}.zip
cadt-macos-x64-${{ steps.tag-name.outputs.TAGNAME }}.pkg.zip
cadt-macos-arm64-${{ steps.tag-name.outputs.TAGNAME }}.pkg.zip
cadt-macos-x64-${{ steps.tag-name.outputs.TAGNAME }}.zip
cadt-macos-arm64-${{ steps.tag-name.outputs.TAGNAME }}.zip
cadt-linux-x64-${{ steps.tag-name.outputs.TAGNAME }}.zip
cadt-linux-arm64-${{ steps.tag-name.outputs.TAGNAME }}.zip
cadt-linux-x64-deb/*.deb
Expand Down

0 comments on commit cf1b74c

Please sign in to comment.