Skip to content

Commit

Permalink
Fix name.
Browse files Browse the repository at this point in the history
  • Loading branch information
wasabii committed Jul 8, 2024
1 parent 81e659a commit fc0d126
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/IKVM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -263,22 +263,22 @@ jobs:
- name: Delete Tools
run: rm /tmp/tools.tar.gz
- name: Package JRE
run: tar czvf /tmp/jre.tar.gz image
run: tar czvf /tmp/jre.tar.gz jre
working-directory: dist
- name: Upload JRE
uses: actions/upload-artifact@v4
with:
name: image
name: jre
path: /tmp/jre.tar.gz
- name: Delete JRE
run: rm /tmp/jre.tar.gz
- name: Package JDK
run: tar czvf /tmp/jdk.tar.gz image
run: tar czvf /tmp/jdk.tar.gz jdk
working-directory: dist
- name: Upload JDK
uses: actions/upload-artifact@v4
with:
name: image
name: jdk
path: /tmp/jdk.tar.gz
- name: Delete JDK
run: rm /tmp/jdk.tar.gz
Expand Down

0 comments on commit fc0d126

Please sign in to comment.