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

Update build.yaml to output values to GITHUB_OUTPUT instead of GITEA_OUTPUT

This commit is contained in:
Refringe 2024-03-06 16:50:31 -05:00
parent accbca497c
commit 2c73aedbdf
No known key found for this signature in database
GPG Key ID: DA8524051241DD36

View File

@ -38,7 +38,7 @@ jobs:
- name: Output Target Tag
if: steps.check.outputs.proceed == 'true'
run: echo "target_tag=${TAG}" >> $GITEA_OUTPUT
run: echo "target_tag=${TAG}" >> $GITHUB_OUTPUT
build-server:
needs: check-tag-exists
@ -134,7 +134,7 @@ jobs:
overwrite: true
- name: Output Build Type
run: echo "build_type=${BUILD_TYPE}" >> $GITEA_OUTPUT
run: echo "build_type=${BUILD_TYPE}" >> $GITHUB_OUTPUT
build-modules:
needs: check-tag-exists
@ -221,7 +221,7 @@ jobs:
overwrite: true
- name: Output Client Version
run: echo "client_version=${CLIENT_VERSION}" >> $GITEA_OUTPUT
run: echo "client_version=${CLIENT_VERSION}" >> $GITHUB_OUTPUT
build-launcher:
needs: check-tag-exists