Skip to content

Commit

Permalink
gh
Browse files Browse the repository at this point in the history
  • Loading branch information
cartesian-theatrics committed Oct 21, 2024
1 parent 56b0e50 commit 26e94cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/manifold.yml
Original file line number Diff line number Diff line change
Expand Up @@ -387,17 +387,17 @@ jobs:
run: echo "VERSION=$(cat bindings/java/version.txt)" >> $GITHUB_ENV
shell: bash
- name: Download Artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: manifold_java_bindings_linux_NONE_OFF_${{env.VERSION}}
path: linux-jar
- name: Download Artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: manifold_java_bindings_mac_TBB_${{env.VERSION}}
path: mac-tbb-jar
- name: Download Artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: manifold_java_bindings_linux_TBB_OFF_${{env.VERSION}}
path: linux-tbb-jar
Expand Down

0 comments on commit 26e94cc

Please sign in to comment.