This commit is contained in:
Loup-Garou911XD 2024-05-20 20:21:33 +05:30
parent f59dcf2595
commit fb0202868e

View File

@ -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/*