Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Dan Wang <[email protected]>
  • Loading branch information
acelyc111 and empiredan authored Dec 21, 2023
1 parent c272a16 commit 4a752c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/download_artifact/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ runs:
with:
name: ${{ env.ARTIFACT_NAME }}_artifact_${{ github.sha }}
path: .
- name: Tar files
- name: Unpack tarball
run: |
tar -zxvf ${ARTIFACT_NAME}_builder.tar
rm -f ${ARTIFACT_NAME}_builder.tar
Expand Down

0 comments on commit 4a752c1

Please sign in to comment.