mirror of
https://github.com/zlib-ng/minizip-ng
synced 2025-03-28 21:13:18 +00:00
Change release package name to be minizip-ng.
This commit is contained in:
parent
0298319f09
commit
67ffb1fd68
12
.github/workflows/main.yml
vendored
12
.github/workflows/main.yml
vendored
@ -244,14 +244,14 @@ jobs:
|
||||
|
||||
- name: Package release (Ubuntu/macOS)
|
||||
if: (runner.os == 'Linux' || runner.os == 'macOS') && matrix.deploy && startsWith(github.ref, 'refs/tags/')
|
||||
run: ls -R mini*zip | tar -czvf minizip-${{ matrix.deploy-name }}.tar.gz -T -
|
||||
run: ls -R mini*zip | tar -czvf minizip-ng-${{ matrix.deploy-name }}.tar.gz -T -
|
||||
|
||||
- name: Upload release (Ubuntu/macOS)
|
||||
uses: svenstaro/upload-release-action@v1-release
|
||||
if: (runner.os == 'Linux' || runner.os == 'macOS') && matrix.deploy && startsWith(github.ref, 'refs/tags/') && env.GITHUB_TOKEN != ''
|
||||
with:
|
||||
asset_name: minizip-${{ matrix.deploy-name }}.tar.gz
|
||||
file: ${{ matrix.build-dir || '.' }}/minizip-${{ matrix.deploy-name }}.tar.gz
|
||||
asset_name: minizip-ng-${{ matrix.deploy-name }}.tar.gz
|
||||
file: ${{ matrix.build-dir || '.' }}/minizip-ng-${{ matrix.deploy-name }}.tar.gz
|
||||
tag: ${{ github.ref }}
|
||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
overwrite: true
|
||||
@ -260,14 +260,14 @@ jobs:
|
||||
|
||||
- name: Package release (Windows)
|
||||
if: runner.os == 'Windows' && matrix.deploy && startsWith(github.ref, 'refs/tags/')
|
||||
run: 7z a -tzip minizip-${{ matrix.deploy-name }}.zip ./Release/mini*zip.exe
|
||||
run: 7z a -tzip minizip-ng-${{ matrix.deploy-name }}.zip ./Release/mini*zip.exe
|
||||
|
||||
- name: Upload release (Windows)
|
||||
uses: svenstaro/upload-release-action@v1-release
|
||||
if: runner.os == 'Windows' && matrix.deploy && startsWith(github.ref, 'refs/tags/') && env.GITHUB_TOKEN != ''
|
||||
with:
|
||||
asset_name: minizip-${{ matrix.deploy-name }}.zip
|
||||
file: ${{ matrix.build-dir || '.' }}/minizip-${{ matrix.deploy-name }}.zip
|
||||
asset_name: minizip-ng-${{ matrix.deploy-name }}.zip
|
||||
file: ${{ matrix.build-dir || '.' }}/minizip-ng-${{ matrix.deploy-name }}.zip
|
||||
tag: ${{ github.ref }}
|
||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
overwrite: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user