Skip to content

Commit

Permalink
Will add Mac arch to release file names (#905)
Browse files Browse the repository at this point in the history
  • Loading branch information
raivisdejus authored Sep 14, 2024
1 parent ee818dc commit 6444260
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,12 @@ jobs:
with:
name: Buzz-${{ runner.os }}-${{ runner.arch }}

- name: Rename .dmg files
run: |
for file in Buzz*.dmg; do
mv "$file" "${file%.dmg}-${{ runner.arch }}.dmg"
done
- name: Install Poetry Action
uses: snok/[email protected]
with:
Expand Down

0 comments on commit 6444260

Please sign in to comment.