diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 58cacb99..e08bc16f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 \ No newline at end of file + artifacts: build/prefab/full/linux_x86_64_server/* \ No newline at end of file