fix(ci): I should stop copy-pasting my workflows
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Ashhhleyyy 2022-12-20 14:20:59 +00:00
parent 9acd642279
commit 3a2d66b735
Signed by: ash
GPG key ID: 83B789081A0878FB

View file

@ -15,7 +15,7 @@ steps:
image: alpine
commands:
- apk add curl ca-certificates zip
- cd dist && zip -r ../deploy.zip * && cd ..
- cd result/ && zip -r ../deploy.zip * && cd ..
- 'curl --fail --upload-file deploy.zip -H "Authorization: token $GITEA_TOKEN" https://git.ashhhleyyy.dev/api/packages/ash/generic/caaard/$DRONE_COMMIT_SHA/caaard.zip'
environment:
GITEA_TOKEN: