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 2900cee commit 14cbb75
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/wasmer-cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,10 @@ jobs:
uses: actions/download-artifact@v3
with:
name: wasmer-linux-amd64
path: /usr/bin/wasmer
path: $GITHUB_WORKSPACE/bin
- name: Add wasmer executable to PATH
run: |-
echo "$GITHUB_WORKSPACE/bin" >> $GITHUB_PATH
- run: |-
wasmer --version
- id: 'auth'
Expand Down

0 comments on commit 14cbb75

Please sign in to comment.