mirror of
https://github.com/MustardChef/WSABuilds.git
synced 2024-12-25 02:41:48 +01:00
Bump softprops/action-gh-release from 1 to 2
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 1 to 2. - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/softprops/action-gh-release/compare/v1...v2) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
9bc09b5cf1
commit
bb6cbcefc6
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -199,7 +199,7 @@ jobs:
|
|||||||
RCLONE_CONFIG_PASS: ${{ secrets.RCLONE_CONFIG_PASS }}
|
RCLONE_CONFIG_PASS: ${{ secrets.RCLONE_CONFIG_PASS }}
|
||||||
|
|
||||||
- name: Upload Windows 11 x64 build to release 🤌
|
- name: Upload Windows 11 x64 build to release 🤌
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v2
|
||||||
with:
|
with:
|
||||||
files: ${{ needs.build.outputs.zipname }}.7z
|
files: ${{ needs.build.outputs.zipname }}.7z
|
||||||
fail_on_unmatched_files: true
|
fail_on_unmatched_files: true
|
||||||
@ -249,7 +249,7 @@ jobs:
|
|||||||
RCLONE_CONFIG_PASS: ${{ secrets.RCLONE_CONFIG_PASS }}
|
RCLONE_CONFIG_PASS: ${{ secrets.RCLONE_CONFIG_PASS }}
|
||||||
|
|
||||||
- name: Upload Windows 10 x64 build to release 🤌
|
- name: Upload Windows 10 x64 build to release 🤌
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v2
|
||||||
with:
|
with:
|
||||||
files: ${{ needs.build.outputs.zipname }}_Windows_10.7z
|
files: ${{ needs.build.outputs.zipname }}_Windows_10.7z
|
||||||
fail_on_unmatched_files: true
|
fail_on_unmatched_files: true
|
||||||
|
2
.github/workflows/buildarm64.yml
vendored
2
.github/workflows/buildarm64.yml
vendored
@ -189,7 +189,7 @@ jobs:
|
|||||||
RCLONE_CONFIG_PASS: ${{ secrets.RCLONE_CONFIG_PASS }}
|
RCLONE_CONFIG_PASS: ${{ secrets.RCLONE_CONFIG_PASS }}
|
||||||
|
|
||||||
- name: Upload Windows 11 arm64 build to release 🤌
|
- name: Upload Windows 11 arm64 build to release 🤌
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v2
|
||||||
with:
|
with:
|
||||||
files: ${{ needs.build.outputs.zipname }}.7z
|
files: ${{ needs.build.outputs.zipname }}.7z
|
||||||
fail_on_unmatched_files: true
|
fail_on_unmatched_files: true
|
||||||
|
6
.github/workflows/update.yml
vendored
6
.github/workflows/update.yml
vendored
@ -404,7 +404,7 @@ jobs:
|
|||||||
KERNEL_SU_MSG: ${{ needs.check.outputs.KERNEL_SU_MSG }}
|
KERNEL_SU_MSG: ${{ needs.check.outputs.KERNEL_SU_MSG }}
|
||||||
|
|
||||||
- name: Create Tag and Release for Windows 11 arm64 release ✍🏼
|
- name: Create Tag and Release for Windows 11 arm64 release ✍🏼
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v2
|
||||||
with:
|
with:
|
||||||
tag_name: ${{ env.WIN11ARM64_TAG }}
|
tag_name: ${{ env.WIN11ARM64_TAG }}
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
@ -414,7 +414,7 @@ jobs:
|
|||||||
GITHUB_WORKSPACE: ${{ github.workspace }}
|
GITHUB_WORKSPACE: ${{ github.workspace }}
|
||||||
|
|
||||||
- name: Create Tag and Release for Windows 10 x64 release ✍🏼
|
- name: Create Tag and Release for Windows 10 x64 release ✍🏼
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v2
|
||||||
with:
|
with:
|
||||||
tag_name: ${{ env.WIN10X64_TAG }}
|
tag_name: ${{ env.WIN10X64_TAG }}
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
@ -424,7 +424,7 @@ jobs:
|
|||||||
GITHUB_WORKSPACE: ${{ github.workspace }}
|
GITHUB_WORKSPACE: ${{ github.workspace }}
|
||||||
|
|
||||||
- name: Create Tag and Release for Windows 11 x64 release ✍🏼
|
- name: Create Tag and Release for Windows 11 x64 release ✍🏼
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v2
|
||||||
with:
|
with:
|
||||||
tag_name: ${{ env.WIN11X64_TAG }}
|
tag_name: ${{ env.WIN11X64_TAG }}
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
Loading…
Reference in New Issue
Block a user