remove redundant checkout
Some checks failed
Tag and Release Lightless / tag-and-release (push) Failing after 50s
Some checks failed
Tag and Release Lightless / tag-and-release (push) Failing after 50s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user