Skip to content

Commit

Permalink
Update create_release_package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lanthale committed May 25, 2024
1 parent 6c8b2b5 commit 3db8d9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_release_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}

- name: Build with Maven
run: for f in *.dmg; do mv "$f" "$(echo "$f" | sed s/Photoslide-/Photoslide_aarch64-/)"; done
run: for f in PhotoSlide/target/*.dmg; do mv "$f" "$(echo "$f" | sed s/Photoslide-/Photoslide_aarch64-/)"; done

- name: Upload Release Asset OSX
id: upload-release-asset
Expand Down

0 comments on commit 3db8d9d

Please sign in to comment.