Skip to content

Commit

Permalink
Trying to fix variable (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
AsafMah committed Dec 27, 2020
1 parent 40ab90a commit b2dc392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Set artifact name
id: set_artifact_name
run: |
ARTIFACT_PATH=*.gem
ARTIFACT_PATH=$(ls *.gem)
echo "::set-output name=artifact_name::$ARTIFACT_PATH"
- name: Upload Release Asset
id: upload-release-asset
Expand Down

0 comments on commit b2dc392

Please sign in to comment.