Skip to content

Commit

Permalink
checkout repo to get commit sha
Browse files Browse the repository at this point in the history
  • Loading branch information
Kesuaheli committed May 5, 2024
1 parent e3cfe91 commit 6158902
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,17 @@ jobs:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
path: Quiz4Everyone
- name: Get Artifacts
uses: actions/download-artifact@v4
with:
path: build
- name: Set output
id: vars
run: |
cd Quiz4Everyone
echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
- name: Deploy to Steamworks
uses: game-ci/steam-deploy@v3
Expand Down

0 comments on commit 6158902

Please sign in to comment.