Merge pull request #193 from 1dot13/correct-working-dir

Update build.yml
This commit is contained in:
CptMoore
2023-07-30 19:23:13 +02:00
committed by GitHub
+1 -1
View File
@@ -200,7 +200,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Create Latest Tag
if: github.ref == 'refs/heads/master'
working-directory: ${{ inputs.checkout-directory }}
working-directory: source
run: |
git tag -d latest || true
git tag latest