Skip to content

Commit f79db2c

Browse files
dependabot[bot]nmoinvaz
authored andcommitted
Bump svenstaro/upload-release-action from 2.11.2 to 2.11.3
Bumps [svenstaro/upload-release-action](https://github.com/svenstaro/upload-release-action) from 2.11.2 to 2.11.3. - [Release notes](https://github.com/svenstaro/upload-release-action/releases) - [Changelog](https://github.com/svenstaro/upload-release-action/blob/master/CHANGELOG.md) - [Commits](svenstaro/upload-release-action@2.11.2...2.11.3) --- updated-dependencies: - dependency-name: svenstaro/upload-release-action dependency-version: 2.11.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e2e889b commit f79db2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ jobs:
287287
run: ls -R mini*zip | tar -czvf minizip-ng-${{ matrix.deploy-name }}.tar.gz -T -
288288

289289
- name: Upload release (Ubuntu/macOS)
290-
uses: svenstaro/[email protected].2
290+
uses: svenstaro/[email protected].3
291291
if: (runner.os == 'Linux' || runner.os == 'macOS') && matrix.deploy && startsWith(github.ref, 'refs/tags/') && env.GITHUB_TOKEN != ''
292292
with:
293293
asset_name: minizip-ng-${{ matrix.deploy-name }}.tar.gz
@@ -303,7 +303,7 @@ jobs:
303303
run: 7z a -tzip minizip-ng-${{ matrix.deploy-name }}.zip ./Release/mini*zip.exe
304304

305305
- name: Upload release (Windows)
306-
uses: svenstaro/[email protected].2
306+
uses: svenstaro/[email protected].3
307307
if: runner.os == 'Windows' && matrix.deploy && startsWith(github.ref, 'refs/tags/') && env.GITHUB_TOKEN != ''
308308
with:
309309
asset_name: minizip-ng-${{ matrix.deploy-name }}.zip

0 commit comments

Comments
 (0)