Skip to content

Commit

Permalink
fixup! Use trusted publisher
Browse files Browse the repository at this point in the history
  • Loading branch information
tibdex committed Sep 5, 2024
1 parent c382de2 commit 8799943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
JDK4PY_CONDA_CHANNEL_USERNAME: ${{ vars.CONDA_CHANNEL_USERNAME }}
run: |
cd dist/
ls $JDK4PY_CONDA_PLATFORM/jdk4py-*.tar.bz2 | \
ls */jdk4py-*.tar.bz2 | \
while read filepath; do
echo Uploading ${filepath}
echo ${filepath}
Expand Down

0 comments on commit 8799943

Please sign in to comment.