Skip to content

Commit

Permalink
change path
Browse files Browse the repository at this point in the history
  • Loading branch information
badabing2005 committed Mar 12, 2024
1 parent e9d4bfb commit cee9c69
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/mac_11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,21 +115,21 @@ jobs:
- name: Create DMG
id: create_dmg
run: |
create-dmg dist/PixelFlasher.app
create-dmg dist/PixelFlasher.app dist/PixelFlasher_MacOS_11.dmg
ls -l ./ dist/
if: ${{ steps.build_app.outcome == 'success' }}
continue-on-error: true

- name: Rename the file
id: rename_dmg
run: mv dist/PixelFlasher.dmg dist/PixelFlasher_MacOS_11.dmg
if: ${{ steps.create_dmg.outcome == 'success' }}
# - name: Rename the file
# id: rename_dmg
# run: mv dist/PixelFlasher.dmg dist/PixelFlasher_MacOS_11.dmg
# if: ${{ steps.create_dmg.outcome == 'success' }}

- name: Get sha256
run: |
shasum -a 256 dist/PixelFlasher_MacOS_11.dmg > dist/PixelFlasher_MacOS_11.dmg.sha256
cat dist/PixelFlasher_MacOS_11.dmg.sha256
if: ${{ steps.rename_dmg.outcome == 'success' }}
if: ${{ steps.create_dmg.outcome == 'success' }}

- name: List contents of dist directory
run: ls ./ dist/
Expand Down

0 comments on commit cee9c69

Please sign in to comment.