mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 07:55:21 +01:00
Update mac.yml
This commit is contained in:
parent
f9d6ea9a87
commit
0964cd9b3d
1 changed files with 2 additions and 2 deletions
4
.github/workflows/mac.yml
vendored
4
.github/workflows/mac.yml
vendored
|
@ -40,11 +40,11 @@ jobs:
|
||||||
- name: Create DMG
|
- name: Create DMG
|
||||||
run: |
|
run: |
|
||||||
brew install create-dmg
|
brew install create-dmg
|
||||||
create-dmg 'build_rpi-imager_someversion'
|
create-dmg 'rpi-imager.app'
|
||||||
# This creates the DMG in the build directory
|
# This creates the DMG in the build directory
|
||||||
|
|
||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: rpi-imager-dmg
|
name: rpi-imager-dmg
|
||||||
path: build/build_rpi-imager_someversion.dmg
|
path: build/rpi-imager.dmg
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue