Skip to content

Commit

Permalink
Update .github/actions/download_artifact/action.yaml
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 3a73f8a commit c272a16
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 @@ -24,7 +24,7 @@ runs:
unzip /root/thirdparties-bin.zip -d ./thirdparty
rm -f /root/thirdparties-bin.zip
shell: bash
- name: Download Artifact
- name: Download tarball
uses: actions/download-artifact@v3
with:
name: ${{ env.ARTIFACT_NAME }}_artifact_${{ github.sha }}
Expand Down

0 comments on commit c272a16

Please sign in to comment.