Fix path for package
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
13fe3583db
commit
9f91112804
|
@ -16,7 +16,8 @@ steps:
|
||||||
image: alpine:latest
|
image: alpine:latest
|
||||||
commands:
|
commands:
|
||||||
- apk add --update zip
|
- apk add --update zip
|
||||||
- zip -r /tmp/build/remote-server.zip remote-server.exe
|
- cd /tmp/build
|
||||||
|
- zip -r remote-server.zip remote-server.exe
|
||||||
- name: release
|
- name: release
|
||||||
volumes:
|
volumes:
|
||||||
- name: cache
|
- name: cache
|
||||||
|
|
Loading…
Reference in New Issue