mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-08 00:38:36 +00:00
Address comment from gdkchan: we are starting at 1.1.3 now
This commit is contained in:
parent
23000eeb9a
commit
8117f6a979
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -36,7 +36,7 @@ jobs:
|
|||
- name: Get version info
|
||||
id: version_info
|
||||
run: |
|
||||
echo "::set-output name=build_version::${{ env.RYUJINX_BASE_VERSION }}.$((${{ github.run_number }} + 7181))"
|
||||
echo "::set-output name=build_version::${{ env.RYUJINX_BASE_VERSION }}.${{ github.run_number }}"
|
||||
echo "::set-output name=git_short_hash::$(git rev-parse --short "${{ github.sha }}")"
|
||||
shell: bash
|
||||
- name: Configure for release
|
||||
|
|
Loading…
Reference in a new issue