Skip to content

Commit

Permalink
fix release ci bug
Browse files Browse the repository at this point in the history
  • Loading branch information
mfreeborn committed Dec 29, 2020
1 parent b30c900 commit 7fd3b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
cp "target/${{ matrix.target }}/release/heliocron" "$staging/"
tar czf "$staging.tar.gz" "$staging"
echo "ASSET=$staging.tar.gz"
echo "ASSET=$staging.tar.gz" >> $GITHUB_ENV
- name: Upload release archive
uses: actions/[email protected]
Expand Down

0 comments on commit 7fd3b66

Please sign in to comment.