Skip to content

Commit

Permalink
Use correct working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
vallode committed May 26, 2024
1 parent aea2ed3 commit 7670b1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
- name: Checkout DFHack ref
id: checkout-ref
run: |
cd dfhack
git checkout $(git log --pretty='format:%H %d' | grep '${{ matrix.ref }}' | head -n 1 | cut -c -10)
echo "name=$(git describe --tags --exact-match 2>null || echo 'develop')" > $GITHUB_OUTPUT
working-directory: dfhack

- uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit 7670b1a

Please sign in to comment.