Skip to content

Commit

Permalink
SDL3 suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
madwind committed Jan 27, 2025
1 parent 095b99e commit 1af5595
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/sdl3_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ jobs:
github.rest.git.createRef({
owner: "${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_OWNER }}",
repo: "${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_REPO }}",
ref: 'refs/tags/${{ steps.version_info.outputs.build_version }}',
ref: 'refs/tags/${{ steps.version_info.outputs.build_version }}-SDL3',
sha: context.sha
})
- name: Create release
uses: ncipollo/release-action@v1
with:
name: ${{ steps.version_info.outputs.build_version }}
tag: ${{ steps.version_info.outputs.build_version }}
name: ${{ steps.version_info.outputs.build_version }}-SDL3
tag: ${{ steps.version_info.outputs.build_version }}-SDL3
body: |
# Stable builds:
| Platform | Artifact |
Expand Down Expand Up @@ -161,9 +161,9 @@ jobs:
- name: Pushing new release
uses: ncipollo/release-action@v1
with:
name: ${{ steps.version_info.outputs.build_version }}
name: ${{ steps.version_info.outputs.build_version }}-SDL3
artifacts: "release_output/*.tar.gz,release_output/*.zip,release_output/*AppImage*"
tag: ${{ steps.version_info.outputs.build_version }}
tag: ${{ steps.version_info.outputs.build_version }}-SDL3
body: |
# Stable builds:
| Platform | Artifact |
Expand Down Expand Up @@ -233,9 +233,9 @@ jobs:
- name: Pushing new release
uses: ncipollo/release-action@v1
with:
name: ${{ steps.version_info.outputs.build_version }}
name: ${{ steps.version_info.outputs.build_version }}-SDL3
artifacts: "publish/*.tar.gz"
tag: ${{ steps.version_info.outputs.build_version }}
tag: ${{ steps.version_info.outputs.build_version }}-SDL3
body: ""
omitBodyDuringUpdate: true
allowUpdates: true
Expand Down

0 comments on commit 1af5595

Please sign in to comment.