Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
barankaraaslan committed Feb 27, 2024
1 parent 14cbb75 commit 79acfbf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/wasmer-cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -200,9 +200,11 @@ jobs:
uses: actions/download-artifact@v3
with:
name: wasmer-linux-amd64
path: $GITHUB_WORKSPACE/bin
path: bin/wasmer
- name: Add wasmer executable to PATH
run: |-
# mv $GITHUB_WORKSPACE/bin/wasmer-linux-amd64 $GITHUB_WORKSPACE/bin/wasmer
chmod +x $GITHUB_WORKSPACE/bin/wasmer
echo "$GITHUB_WORKSPACE/bin" >> $GITHUB_PATH
- run: |-
wasmer --version
Expand Down

0 comments on commit 79acfbf

Please sign in to comment.