Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thejudge156 authored Sep 19, 2024
1 parent d237e42 commit ba2841a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Build with CI build script
run: bash "ci_build_arch_${{matrix.arch}}.sh"
- name: Upload JDK build output
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: "jdk22-${{matrix.arch}}"
path: jdk22*.tar.xz
Expand All @@ -42,9 +42,9 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Get jre22-aarch64
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: jre22-aarch64
path: pojav
Expand Down

0 comments on commit ba2841a

Please sign in to comment.