mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-25 11:46:27 +00:00
chore(ci): bump some versions
This commit is contained in:
parent
a07dd24a96
commit
2cc0521720
1 changed files with 8 additions and 8 deletions
16
.github/workflows/main.yml
vendored
16
.github/workflows/main.yml
vendored
|
@ -32,7 +32,7 @@ jobs:
|
||||||
name: Verify SlippiRustExtensions Commit is in Main
|
name: Verify SlippiRustExtensions Commit is in Main
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- name: Main Branch Check
|
- name: Main Branch Check
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
@ -59,7 +59,7 @@ jobs:
|
||||||
runs-on: windows-2022
|
runs-on: windows-2022
|
||||||
steps:
|
steps:
|
||||||
- name: "Checkout"
|
- name: "Checkout"
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
- id: rust_ver
|
- id: rust_ver
|
||||||
|
@ -72,7 +72,7 @@ jobs:
|
||||||
toolchain: ${{ steps.rust_ver.outputs.rust_ver }} # Pin to our specific Rust version.
|
toolchain: ${{ steps.rust_ver.outputs.rust_ver }} # Pin to our specific Rust version.
|
||||||
rustflags: "" # Disable default injection of warnings = errors.
|
rustflags: "" # Disable default injection of warnings = errors.
|
||||||
- name: Cache Utils
|
- name: Cache Utils
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
./CodeSignTool/
|
./CodeSignTool/
|
||||||
|
@ -136,7 +136,7 @@ jobs:
|
||||||
7z a $FILE_NAME .\*
|
7z a $FILE_NAME .\*
|
||||||
move $FILE_NAME ..\..\artifact\
|
move $FILE_NAME ..\..\artifact\
|
||||||
- name: "Publish"
|
- name: "Publish"
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.artifact_name }}
|
name: ${{ matrix.artifact_name }}
|
||||||
path: "./artifact/"
|
path: "./artifact/"
|
||||||
|
@ -158,7 +158,7 @@ jobs:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- name: "Checkout"
|
- name: "Checkout"
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
- id: rust_ver
|
- id: rust_ver
|
||||||
|
@ -241,7 +241,7 @@ jobs:
|
||||||
popd
|
popd
|
||||||
mv "${FILE_NAME}" ./artifact/
|
mv "${FILE_NAME}" ./artifact/
|
||||||
- name: "Publish"
|
- name: "Publish"
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.artifact_name }}
|
name: ${{ matrix.artifact_name }}
|
||||||
path: "./artifact/"
|
path: "./artifact/"
|
||||||
|
@ -263,7 +263,7 @@ jobs:
|
||||||
runs-on: macos-12
|
runs-on: macos-12
|
||||||
steps:
|
steps:
|
||||||
- name: "Checkout"
|
- name: "Checkout"
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
- id: rust_ver
|
- id: rust_ver
|
||||||
|
@ -350,7 +350,7 @@ jobs:
|
||||||
/usr/bin/codesign -f -s "${{ secrets.APPLE_IDENTITY_HASH }}" --deep --options runtime ./artifact/${{ env.FILE_NAME }}.dmg
|
/usr/bin/codesign -f -s "${{ secrets.APPLE_IDENTITY_HASH }}" --deep --options runtime ./artifact/${{ env.FILE_NAME }}.dmg
|
||||||
chmod +x Tools/notarize_netplay.sh && ./Tools/notarize_netplay.sh ./artifact/${{ env.FILE_NAME }}.dmg
|
chmod +x Tools/notarize_netplay.sh && ./Tools/notarize_netplay.sh ./artifact/${{ env.FILE_NAME }}.dmg
|
||||||
- name: "Publish"
|
- name: "Publish"
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.artifact_name }}
|
name: ${{ matrix.artifact_name }}
|
||||||
path: "./artifact/"
|
path: "./artifact/"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue