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
a924af5250
commit
fb2e07d11c
1 changed files with 4 additions and 4 deletions
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
|
@ -19,11 +19,11 @@ jobs:
|
|||
cd ..
|
||||
cp -a ${{ github.event.repository.name }} ${{ github.ref_name }}
|
||||
rm -rf ${{ github.ref_name }}/.git
|
||||
zip -q ${{ github.event.repository.name }}-${{ github.ref_name }}.zip -r ${{ github.ref_name }}
|
||||
tar -czf ${{ github.event.repository.name }}-${{ github.ref_name }}.tar.gz ${{ github.ref_name }}
|
||||
zip -q ${{ github.ref_name }}.zip -r ${{ github.ref_name }}
|
||||
tar -czf ${{ github.ref_name }}.tar.gz ${{ github.ref_name }}
|
||||
|
||||
- uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
files: |
|
||||
../${{ github.event.repository.name }}-${{ github.ref_name }}.zip
|
||||
../${{ github.event.repository.name }}-${{ github.ref_name }}.tar.gz
|
||||
../${{ github.ref_name }}.zip
|
||||
../${{ github.ref_name }}.tar.gz
|
||||
|
|
Loading…
Add table
Reference in a new issue