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
|
||||
commands:
|
||||
- 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
|
||||
volumes:
|
||||
- name: cache
|
||||
|
|
Loading…
Reference in New Issue