0
0
mirror of https://github.com/sp-tarkov/build.git synced 2025-02-13 05:30:45 -05:00

Need to add build-server job to needs array to have access to output

This commit is contained in:
Refringe 2024-03-11 15:06:37 -04:00
parent 1a2da35d0e
commit 639a3bf6c9
Signed by: Refringe
GPG Key ID: 7715B85B4A6306ED

View File

@ -335,7 +335,7 @@ jobs:
overwrite: true overwrite: true
publish-release: publish-release:
needs: [assemble-release, determine-build-type] needs: [assemble-release, determine-build-type, build-server]
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: refringe/spt-build-node:1.0.5 image: refringe/spt-build-node:1.0.5