Skip to content

Commit

Permalink
Removed no longer used rename block (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
reinhapa authored Jul 24, 2024
1 parent 38f4092 commit 948e311
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,15 +164,6 @@ jobs:
fail-if-no-assets: false
fail-if-no-release: false

- name: Rename files to contain version
working-directory: target/products
run: |
mv org.openjdk.jmc-linux.gtk.x86_64.tar.gz org.openjdk.jmc-${{ needs.release.outputs.version }}-linux.gtk.x86_64.tar.gz
mv org.openjdk.jmc-linux.gtk.aarch64.tar.gz org.openjdk.jmc-${{ needs.release.outputs.version }}-linux.gtk.aarch64.tar.gz
mv org.openjdk.jmc-macosx.cocoa.x86_64.tar.gz org.openjdk.jmc-${{ needs.release.outputs.version }}-macosx.cocoa.x86_64.tar.gz
mv org.openjdk.jmc-macosx.cocoa.aarch64.tar.gz org.openjdk.jmc-${{ needs.release.outputs.version }}-macosx.cocoa.aarch64.tar.gz
mv org.openjdk.jmc-win32.win32.x86_64.zip org.openjdk.jmc-${{ needs.release.outputs.version }}-win32.win32.x86_64.zip
- name: Deploy release assets
uses: softprops/action-gh-release@c062e08bd532815e2082a85e87e3ef29c3e6d191 # v0.1.15
if: needs.release.outputs.release
Expand Down

0 comments on commit 948e311

Please sign in to comment.