Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
myin142 committed Oct 9, 2024
1 parent 1f5265f commit 9d978b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
fi
echo "tag=$TAG" >> $GITHUB_OUTPUT
echo 'name="Release $GAME_NAME $BRANCH"' >> $GITHUB_OUTPUT
echo "name=\"Release $GAME_NAME $BRANCH\"" >> $GITHUB_OUTPUT
env:
GAME_NAME: ${{ inputs.name }}
BRANCH: ${{ inputs.branch }}
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/steam-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ jobs:
uses: ./.github/workflows/github-release.yml
with:
artifact: release-*
name: ${{ vars.GAME_NAME }}-${{ inputs.branch }}
name: ${{ vars.GAME_NAME }}
branch: ${{ inputs.branch }}
secrets:
discord-webhook: ${{ secrets.DISCORD_RELEASE_HOOK }}

0 comments on commit 9d978b6

Please sign in to comment.