mirror of
https://github.com/MustardChef/WSABuilds.git
synced 2025-04-08 03:51:19 +02:00
Merge pull request #336 from MustardChef/dependabot/github_actions/softprops/action-gh-release-2
Bump softprops/action-gh-release from 1 to 2
This commit is contained in:
commit
17b6456686
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…
x
Reference in New Issue
Block a user