Update .github/workflows/download-latest.yml

This commit is contained in:
2025-09-07 21:33:08 -04:00
parent d86cb8cbd8
commit 30c629c067

View File

@@ -92,11 +92,18 @@ jobs:
git push
env:
DETERMINATE_VERSION: ${{ env.DETERMINATE_VERSION }}
outputs:
COMMIT_ID: ${{ env.COMMIT_ID }}
release-tag:
runs-on: ubuntu-latest
needs: [download-binary,commit-data]
if: ${{ needs.download-binary.outputs.DETERMINATE_BINARY_DIFF != 0 }}
steps:
- name: Reset outputs from previous job
run: |
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 "COMMIT_ID=${{ needs.commit-data.outputs.COMMIT_ID }}" | tee -a "$GITHUB_ENV"
- name: sleep 30
run: sleep 30
- name: Publish release