Skip to content

Commit

Permalink
🐎 ci: Add workflow for windows 17
Browse files Browse the repository at this point in the history
  • Loading branch information
caoccao committed Sep 11, 2024
1 parent a91cb7d commit ad54869
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/windows_x86_64_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,10 +194,12 @@ jobs:
gradle test --rerun-tasks --debug
gradle build generatePomFileForGeneratePomPublication
- name: Install 7zip
run: choco install 7zip.install

- name: Clear up Source Jar
uses: montudor/action-zip@v1
with:
args: zip -d build\libs\javet-${{ env.JAVET_VERSION }}-sources.jar *.dll
run: |
7z d build\libs\javet-${{ env.JAVET_VERSION }}-sources.jar *.dll
- name: Upload the Artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit ad54869

Please sign in to comment.