1
1
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2025-08-23 09:36:27 -05:00

Revert "Use revision hash for release name"

This reverts commit 4a3839a54d.
This commit is contained in:
reggie
2024-10-02 02:08:25 -05:00
parent ce7d57d508
commit 81de540ca5

View File

@@ -30,7 +30,7 @@ jobs:
- name: Get version info
id: version_info
run: |
echo "build_version=$(git rev-parse --short "${{ github.sha }}")" >> $GITHUB_OUTPUT
echo "build_version=${{ env.RYUJINX_BASE_VERSION }}.${{ github.run_number }}" >> $GITHUB_OUTPUT
shell: bash
- name: Create tag
@@ -78,7 +78,7 @@ jobs:
- name: Get version info
id: version_info
run: |
echo "build_version=$(git rev-parse --short "${{ github.sha }}")" >> $GITHUB_OUTPUT
echo "build_version=${{ env.RYUJINX_BASE_VERSION }}.${{ github.run_number }}" >> $GITHUB_OUTPUT
echo "git_short_hash=$(git rev-parse --short "${{ github.sha }}")" >> $GITHUB_OUTPUT
shell: bash
@@ -175,7 +175,7 @@ jobs:
- name: Get version info
id: version_info
run: |
echo "build_version=$(git rev-parse --short "${{ github.sha }}")" >> $GITHUB_OUTPUT
echo "build_version=${{ env.RYUJINX_BASE_VERSION }}.${{ github.run_number }}" >> $GITHUB_OUTPUT
echo "git_short_hash=$(git rev-parse --short "${{ github.sha }}")" >> $GITHUB_OUTPUT
#- name: Configure for release