mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2024-10-30 21:20:10 +00:00
Fix deploy.
This commit is contained in:
parent
798f9d71c1
commit
9f72f3db06
@ -87,9 +87,13 @@ deploy_all:
|
||||
script:
|
||||
- ls -lah
|
||||
- mv linux release/
|
||||
- shopt -s extglob
|
||||
- rm -rf .g*
|
||||
- rm -rf !(release)
|
||||
- mv release/* ./
|
||||
- rm -rf release
|
||||
artifacts:
|
||||
name: "Goldberg_Lan_Steam_Emu_$CI_COMMIT_REF_NAME-$CI_COMMIT_TAG-$CI_COMMIT_SHORT_SHA"
|
||||
paths:
|
||||
- .
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user