Skip to content

Commit 0632bff

Browse files
chore(deps): bump AButler/upload-release-assets from 3.0 to 4.0 (#2272)
Bumps [AButler/upload-release-assets](https://github.com/abutler/upload-release-assets) from 3.0 to 4.0. - [Release notes](https://github.com/abutler/upload-release-assets/releases) - [Commits](AButler/upload-release-assets@v3.0...v4.0) --- updated-dependencies: - dependency-name: AButler/upload-release-assets dependency-version: '4.0' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8876d21 commit 0632bff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
run: wix build -arch ${{ matrix.wix_arch }} -ext WixToolset.UI.wixext -d "AppVersion=${{ steps.get_version.outputs.VERSION }}" -o CCExtractor.${{ steps.get_version.outputs.DISPLAY_VERSION }}${{ matrix.suffix }}.msi installer.wxs CustomUI.wxs
153153
working-directory: ./windows
154154
- name: Upload as asset
155-
uses: AButler/upload-release-assets@v3.0
155+
uses: AButler/upload-release-assets@v4.0
156156
with:
157157
files: './windows/CCExtractor.${{ steps.get_version.outputs.DISPLAY_VERSION }}${{ matrix.suffix }}.msi;./windows/CCExtractor.${{ steps.get_version.outputs.DISPLAY_VERSION }}${{ matrix.suffix }}_win_portable.zip'
158158
repo-token: ${{ secrets.GITHUB_TOKEN }}
@@ -171,7 +171,7 @@ jobs:
171171
- name: Create .tar.gz without git and windows folders
172172
run: tar -pczf ./ccextractor.${{ steps.get_version.outputs.DISPLAY_VERSION }}.tar.gz --exclude "ccextractor/windows" --exclude "ccextractor/.git" ccextractor
173173
- name: Upload as asset
174-
uses: AButler/upload-release-assets@v3.0
174+
uses: AButler/upload-release-assets@v4.0
175175
with:
176176
files: './ccextractor.${{ steps.get_version.outputs.DISPLAY_VERSION }}.tar.gz'
177177
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)