mirror of
https://github.com/boostorg/boost.git
synced 2025-04-05 05:25:00 +00:00
Update release.yml
This commit is contained in:
parent
6df9e61d1a
commit
b59035b953
1 changed files with 2 additions and 0 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -21,9 +21,11 @@ jobs:
|
|||
rm -rf ${{ github.ref_name }}/.git
|
||||
zip -q ${{ github.ref_name }}.zip -r ${{ github.ref_name }}
|
||||
tar -czf ${{ github.ref_name }}.tar.gz ${{ github.ref_name }}
|
||||
tar -cJf ${{ github.ref_name }}.tar.xz ${{ github.ref_name }}
|
||||
|
||||
- uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
files: |
|
||||
../${{ github.ref_name }}.zip
|
||||
../${{ github.ref_name }}.tar.gz
|
||||
../${{ github.ref_name }}.tar.xz
|
||||
|
|
Loading…
Add table
Reference in a new issue