We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 964b316 commit 850e074Copy full SHA for 850e074
1 file changed
.github/workflows/desktop-nightly.yml
@@ -170,7 +170,7 @@ jobs:
170
aws s3 cp "apps/desktop/channel-artifacts-win/${{ steps.artifacts.outputs.manifest_file }}" "s3://nexu-desktop-releases/$prefix/${{ steps.artifacts.outputs.manifest_file }}" --no-progress
171
172
- name: Purge Windows latest CDN artifacts
173
- if: env.CLOUDFLARE_ZONE_ID != ''
+ if: secrets.CLOUDFLARE_ZONE_ID != '' && secrets.CLOUDFLARE_PURGE_API_TOKEN != ''
174
env:
175
CLOUDFLARE_ZONE_ID: ${{ secrets.CLOUDFLARE_ZONE_ID }}
176
CLOUDFLARE_PURGE_API_TOKEN: ${{ secrets.CLOUDFLARE_PURGE_API_TOKEN }}
0 commit comments