Skip to content

Commit

Permalink
Run static tags in the correct working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
nex3 committed Aug 6, 2024
1 parent c30bb9a commit 1331e4e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,10 @@ jobs:
path: SoulsRandomizers\DS3Randomizer\bin\publish\DS3Randomizer.exe
if-no-files-found: error

- run: git tag v${{ github.ref_name }}
- run: git tag ${{ github.ref_name }}
working-directory: archipelago-client
- run: git push --tag
working-directory: archipelago-client

build-yaml:
runs-on: windows-latest
Expand Down

0 comments on commit 1331e4e

Please sign in to comment.