remove redundant checkout
Some checks failed
Tag and Release Lightless / tag-and-release (push) Failing after 50s

This commit is contained in:
defnotken
2025-09-27 22:05:33 -05:00
parent 7c4269b011
commit 73f130a95a

View File

@@ -33,11 +33,6 @@ jobs:
curl -O https://goatcorp.github.io/dalamud-distrib/stg/latest.zip
unzip latest.zip -d /root/.xlcore/dalamud/Hooks/dev
- name: Checkout Dev branch (only for dev)
if: github.ref == 'refs/heads/dev'
run: |
git checkout dev
- name: Lets Build Lightless!
run: |
dotnet restore