mirror of
https://github.com/bol-van/zapret.git
synced 2024-11-26 12:10:53 +03:00
git build: rename directory to zapret-<tag>
This commit is contained in:
parent
b79d8becd3
commit
a5e6b20e71
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -361,8 +361,10 @@ jobs:
|
|||||||
- name: Create release bundles
|
- name: Create release bundles
|
||||||
run: |
|
run: |
|
||||||
rm -rf zapret/.git*
|
rm -rf zapret/.git*
|
||||||
tar -czf zapret-${{ github.ref_name }}.tar.gz zapret
|
rm -rf zapret-${{ github.ref_name }}
|
||||||
zip -qr zapret-${{ github.ref_name }}.zip zapret
|
cp -R zapret zapret-${{ github.ref_name }}
|
||||||
|
tar -czf zapret-${{ github.ref_name }}.tar.gz zapret-${{ github.ref_name }}
|
||||||
|
zip -qr zapret-${{ github.ref_name }}.zip zapret-${{ github.ref_name }}
|
||||||
|
|
||||||
- name: Upload release assets
|
- name: Upload release assets
|
||||||
uses: softprops/action-gh-release@v2
|
uses: softprops/action-gh-release@v2
|
||||||
|
Loading…
Reference in New Issue
Block a user