Fix: windows variable syntax
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Dorian Zedler 2023-02-16 13:11:30 +01:00
parent c2e1732778
commit b54883ff99
Signed by: dorian
GPG key ID: 989DE36109AFA354

View file

@ -21,7 +21,7 @@ steps:
GITEA_TOKEN:
from_secret: gitea-token
commands:
- curl --user $GITEA_USER:$GITEA_TOKEN --upload-file receiver/target/x86_64-pc-windows-msvc/release/receiver.exe https://itsblue.dev/api/packages/dorian/generic/ok-ready-go/$DRONE_COMMIT_SHA/receiver-windows.exe
- curl --user ${GITEA_USER}:${GITEA_TOKEN} --upload-file receiver/target/x86_64-pc-windows-msvc/release/receiver.exe https://itsblue.dev/api/packages/dorian/generic/ok-ready-go/${DRONE_COMMIT_SHA}/receiver-windows.exe
trigger:
branch:
- main