mirror of
https://github.com/drewcassidy/KSP-Conformal-Decals.git
synced 2024-09-01 18:23:54 +00:00
Fix spacedock login
This commit is contained in:
parent
41b15477fb
commit
4c02e91dfd
2
.github/workflows/ksp-publish.yml
vendored
2
.github/workflows/ksp-publish.yml
vendored
@ -116,7 +116,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Publish to Spacedock
|
- name: Publish to Spacedock
|
||||||
run: |
|
run: |
|
||||||
curl -F username= "drewcassidy" -F password= "${{ secrets.SPACEDOCK_PASS }}" \
|
curl -F "username=drewcassidy" -F "password=${{ secrets.SPACEDOCK_PASS }}" \
|
||||||
-c ./cookies "https://spacedock.info/api/login"
|
-c ./cookies "https://spacedock.info/api/login"
|
||||||
curl -c ./cookies \
|
curl -c ./cookies \
|
||||||
-F "version=$VERSION_TITLE" \
|
-F "version=$VERSION_TITLE" \
|
||||||
|
Loading…
Reference in New Issue
Block a user