mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-06-28 00:16:23 +02:00
checkout code before trying to get the current repo's commit lol
This commit is contained in:
parent
bf5326ec87
commit
1bf31c91b6
2 changed files with 4 additions and 0 deletions
2
.github/workflows/debug_release.yml
vendored
2
.github/workflows/debug_release.yml
vendored
|
@ -199,6 +199,8 @@ jobs:
|
|||
- macos_release
|
||||
- release
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Get version info
|
||||
id: version_info
|
||||
run: |
|
||||
|
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -272,6 +272,8 @@ jobs:
|
|||
- macos_release
|
||||
- release
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Get version info
|
||||
id: version_info
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue