mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-19 13:25:31 +08:00
test fix
This commit is contained in:
parent
f59dcf2595
commit
fb0202868e
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -23,11 +23,11 @@ jobs:
|
||||
- name: Upload the build
|
||||
uses: ncipollo/release-action@v1
|
||||
with:
|
||||
artifacts: build/prefab/full/linux_x86_64_gui
|
||||
artifacts: build/prefab/full/linux_x86_64_gui/*
|
||||
|
||||
- name: Make the build
|
||||
run: make prefab-server-debug-build
|
||||
- name: Upload the build
|
||||
uses: ncipollo/release-action@v1
|
||||
with:
|
||||
artifacts: build/prefab/full/linux_x86_64_server
|
||||
artifacts: build/prefab/full/linux_x86_64_server/*
|
||||
Loading…
x
Reference in New Issue
Block a user