mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-31 19:53:17 +08:00
more
This commit is contained in:
parent
d089804bbb
commit
9ce7c8a93d
@ -7,15 +7,15 @@ steps:
|
|||||||
image: codeberg.org/3ra/ballistica-dev:latest
|
image: codeberg.org/3ra/ballistica-dev:latest
|
||||||
pull: true
|
pull: true
|
||||||
commands:
|
commands:
|
||||||
- make prefab-linux-x86-64-gui-debug-build
|
- make prefab-linux-x86-64-gui-release-build
|
||||||
- mv -v build/prefab/full/linux_x86_64_gui/debug build/prefab/full/linux_x86_64_gui/ballisticakit_linux_x86_64_debug
|
- mv -v build/prefab/full/linux_x86_64_gui/release build/prefab/full/linux_x86_64_gui/ballisticakit_linux_x86_64
|
||||||
- tar cvzfC ballisticakit_linux_x86_64_debug.tar.xz build/prefab/full/linux_x86_64_gui ballisticakit_linux_x86_64_debug
|
- tar cvzfC ballisticakit_linux_x86_64.tar.gz build/prefab/full/linux_x86_64_gui ballisticakit_linux_x86_64
|
||||||
- name: publish
|
- name: publish
|
||||||
image: woodpeckerci/plugin-release
|
image: woodpeckerci/plugin-release
|
||||||
settings:
|
settings:
|
||||||
api_key:
|
api_key:
|
||||||
from_secret: ACCESS_TOKEN
|
from_secret: ACCESS_TOKEN
|
||||||
files:
|
files:
|
||||||
- 'ballisticakit_linux_x86_64.tar.xz'
|
- 'ballisticakit_linux_x86_64.tar.gz'
|
||||||
title: ${CI_COMMIT_TAG}
|
title: ${CI_COMMIT_TAG}
|
||||||
depends_on: [build]
|
depends_on: [build]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user