Skip to content

Commit

Permalink
Substitute random uuid for mktemp command.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zurcusa committed Jun 10, 2024
1 parent 92de665 commit b77263d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,7 @@ jobs:
- name: Setup wasmer-jni artifacts dir
shell: bash
run: |
random_string=$(uuidgen)
mkdir $random_string
echo "EXT_ARTIFACTS_DIR=$random_string" >> $GITHUB_ENV
echo "EXT_ARTIFACTS_DIR=$(mktemp -d)" >> $GITHUB_ENV
- name: Download wasmer_jni artifacts
uses: actions/download-artifact@v4
Expand Down

0 comments on commit b77263d

Please sign in to comment.