Skip to content

Commit

Permalink
Merge branch 'main' into deps-gradle-convnetions-0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jjohannes authored Feb 14, 2025
2 parents 5b5f8f8 + 7888bda commit 1a72868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node-zxc-build-release-artifact.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ jobs:

- name: Upload Artifacts (CDN Bucket)
uses: google-github-actions/upload-cloud-storage@386ab77f37fdf51c0e38b3d229fad286861cc0d0 # v2.2.1
if: ${{ inputs.dry-run-enabled != true && needs.validate.outputs.prerelease != 'true' && !cancelled() && !failure() }}
if: ${{ inputs.dry-run-enabled != true && inputs.version-policy == 'specified' && !cancelled() && !failure() }}
with:
path: ${{ steps.artifact-release.outputs.folder }}
destination: ${{ secrets.cdn-bucket-name }}/node/software/v${{ needs.validate.outputs.version-prefix }}/
Expand Down

0 comments on commit 1a72868

Please sign in to comment.