Skip to content

Commit

Permalink
push into target
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <github@xuanwo.io>
  • Loading branch information
Xuanwo committed Feb 12, 2023
1 parent afd2497 commit afa8b44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/artifact_failure/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ runs:
--exclude='docs' \
--exclude='bins' \
--exclude='.git' \
-zcf ${HOME}/failure-${{ inputs.name }}.tar.gz .
-zcf target/failure-${{ inputs.name }}.tar.gz .
- uses: actions/upload-artifact@v3
with:
name: ${{ inputs.name }}
path: ${{ env.HOME }}/failure-${{ inputs.name }}.tar.gz
path: target/failure-${{ inputs.name }}.tar.gz

0 comments on commit afa8b44

Please sign in to comment.