Skip to content

Commit

Permalink
Nvm tee
Browse files Browse the repository at this point in the history
  • Loading branch information
ginger51011 committed Oct 7, 2024
1 parent af1e4b8 commit 4bc02c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: actions/checkout@v4
- name: Get the release version from the tag
shell: bash
run: echo "VERSION=${GITHUB_REF#refs/tags/}" | tee --append $GITHUB_ENV
run: echo "VERSION=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
with:
Expand All @@ -49,7 +49,7 @@ jobs:
result="$dirname.tar.gz"
tar -czf "$result" "$dirname"
sha256sum "$result" > "$result.sha256"
echo "RESULT=$result" | tee --append $GITHUB_ENV
echo "RESULT=$result" >> $GITHUB_ENV
# - name: Release
# uses: softprops/action-gh-release@v1
# with:
Expand Down

0 comments on commit 4bc02c9

Please sign in to comment.