set outputs

This commit is contained in:
2025-09-08 11:38:19 -04:00
parent a0dc1000b8
commit 7551d25436

View File

@@ -106,6 +106,8 @@ jobs:
echo "DETERMINATE_BINARY=${{ needs.download-binary.outputs.DETERMINATE_BINARY }}" | tee -a "$GITHUB_ENV" echo "DETERMINATE_BINARY=${{ needs.download-binary.outputs.DETERMINATE_BINARY }}" | tee -a "$GITHUB_ENV"
echo "DETERMINATE_VERSION=${{ needs.download-binary.outputs.DETERMINATE_VERSION }}" | tee -a "$GITHUB_ENV" echo "DETERMINATE_VERSION=${{ needs.download-binary.outputs.DETERMINATE_VERSION }}" | tee -a "$GITHUB_ENV"
echo "COMMIT_ID=${{ needs.commit-data.outputs.COMMIT_ID }}" | tee -a "$GITHUB_ENV" echo "COMMIT_ID=${{ needs.commit-data.outputs.COMMIT_ID }}" | tee -a "$GITHUB_ENV"
- name: Checkout repository
uses: actions/checkout@v4
- name: Publish release - name: Publish release
uses: akkuman/gitea-release-action@v1 uses: akkuman/gitea-release-action@v1
env: env: