Skip to content

Commit

Permalink
added deployment to steamworks depot
Browse files Browse the repository at this point in the history
  • Loading branch information
Kesuaheli committed May 4, 2024
1 parent 7ef7647 commit ac23e51
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,16 @@ jobs:
with:
name: Quiz4Everyone_${{ matrix.os }}
path: ${{ steps.build.outputs.build }}
upload:
runs-on: ubuntu-latest
steps:
- 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 }}
rootPath: build
depot1Path: Quiz4Everyone_windows
releaseBranch: alpha

0 comments on commit ac23e51

Please sign in to comment.