Skip to content

Commit 7fd3b66

Browse files
committed
fix release ci bug
1 parent b30c900 commit 7fd3b66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
cp "target/${{ matrix.target }}/release/heliocron" "$staging/"
125125
126126
tar czf "$staging.tar.gz" "$staging"
127-
echo "ASSET=$staging.tar.gz"
127+
echo "ASSET=$staging.tar.gz" >> $GITHUB_ENV
128128
129129
- name: Upload release archive
130130
uses: actions/upload-release-asset@v1.0.1

0 commit comments

Comments
 (0)