mirror of
https://github.com/chidiwilliams/buzz.git
synced 2026-03-14 22:55:46 +01:00
Will add Mac arch to release file names (#905)
This commit is contained in:
parent
ee818dc44a
commit
64442600bd
1 changed files with 6 additions and 0 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
|
@ -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/install-poetry@v1.3.1
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue