Skip to content

Commit

Permalink
fixed build description
Browse files Browse the repository at this point in the history
  • Loading branch information
Kesuaheli committed May 4, 2024
1 parent eaa7998 commit 0e94462
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,16 @@ jobs:
needs: build
runs-on: ubuntu-latest
steps:
- name: Set output
id: vars
run: |
echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
- name: Deploy to Steamworks
uses: game-ci/steam-deploy@v3
with:
username: ${{ secrets.STEAM_USERNAME }}
configVdf: ${{ secrets.STEAM_CONFIG_VDF}}
appId: 2978800
buildDescription: github-${{ github.event.head_commit.id }} ${{ github.event.head_commit.message }}
buildDescription: github-${{ steps.vars.outputs.sha_short }} ${{ github.event.head_commit.message }}
depot1Path: Quiz4Everyone_windows
releaseBranch: alpha

0 comments on commit 0e94462

Please sign in to comment.