Skip to content

Commit

Permalink
simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
coriolinus committed Feb 10, 2021
1 parent 079e049 commit f0c3478
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ jobs:
tar -cvjf "$archive" "$bin"
echo "artifact=$archive" >> "$GITHUB_ENV"
- run: ls -lh "${{ env.artifact }}"
ls -lh "$bin" "$archive"
- uses: actions/upload-artifact@v2
with:
name: "${{ env.artifact }}"
Expand Down

0 comments on commit f0c3478

Please sign in to comment.