Skip to content

Commit

Permalink
Merge branch 'devel'
Browse files Browse the repository at this point in the history
  • Loading branch information
mksanger committed Apr 30, 2024
2 parents 4c8af62 + 8f98b2c commit 01bf413
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
run: exodus --tarball --add /usr/lib/irods/plugins/ --add /lib/x86_64-linux-gnu/ --output $BUNDLE_NAME /usr/local/bin/baton-* /usr/bin/ils /usr/bin/iinit /usr/bin/imeta

- name: "Upload bundle"
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: client_bundle
path: ${{ env.BUNDLE_NAME }}
Expand All @@ -142,7 +142,7 @@ jobs:
steps:

- name: "Download artifact"
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
name: client_bundle

Expand Down

0 comments on commit 01bf413

Please sign in to comment.