Skip to content

Commit

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

0 comments on commit 40ab90a

Please sign in to comment.