Skip to content

Commit

Permalink
Use the correct directory name
Browse files Browse the repository at this point in the history
  • Loading branch information
nex3 committed Aug 6, 2024
1 parent 1331e4e commit 48d71a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ jobs:
if-no-files-found: error

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

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

0 comments on commit 48d71a0

Please sign in to comment.