Skip to content

Commit

Permalink
Tar all files without parent directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
radusuciu committed Aug 11, 2020
1 parent 1ff6924 commit fb1d577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: hugo -s src -d ../build
- name: Zipping release
run: |
tar -czvf rc2resource-website-${{ steps.tag.outputs.tag }}.tar.gz -C build .
find build/ -printf "%P\n" | tar -czvf rc2resource-website-${{ steps.tag.outputs.tag }}.tar.gz --no-recursion -C build/ -T -
- name: Upload release file
uses: actions/upload-artifact@v1
with:
Expand Down

0 comments on commit fb1d577

Please sign in to comment.