summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorPeter Dimov <pdimov@gmail.com>2022-11-13 00:19:34 +0200
committerPeter Dimov <pdimov@gmail.com>2022-11-13 00:20:02 +0200
commitfb2e07d11c31dcbe467def14b140c899ae2dd3a7 (patch)
treec81b20cf6cb3ab162c3ba0c03ca969be8eaaa7ac /.github
parenta924af52505e75439ba702a9ec41fe50eb2319d0 (diff)
downloadboost-fb2e07d11c31dcbe467def14b140c899ae2dd3a7.tar.gz
Update release.yml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 796b1a674f..b08bac4ca6 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -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