mirror of
https://github.com/chidiwilliams/buzz.git
synced 2026-03-14 22:55:46 +01:00
Fix for macOS release builds (#1006)
This commit is contained in:
parent
220e630421
commit
5255cefc8e
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
|
@ -277,6 +277,7 @@ jobs:
|
|||
name: Buzz-${{ runner.os }}-${{ runner.arch }}
|
||||
|
||||
- name: Rename .dmg files
|
||||
if: runner.os == 'macOS'
|
||||
run: |
|
||||
for file in Buzz*.dmg; do
|
||||
mv "$file" "${file%.dmg}-${{ runner.arch }}.dmg"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue