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 authored May 25, 2024
1 parent 9656214 commit 6c8b2b5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/create_release_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ jobs:
env:
GITHUB_TOKEN: ${{ github.token }}

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

- name: Upload Release Asset OSX
id: upload-release-asset
uses: csexton/release-asset-action@v2
Expand Down

0 comments on commit 6c8b2b5

Please sign in to comment.