We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15e899c commit b0b8334Copy full SHA for b0b8334
.github/workflows/release.yml
@@ -66,7 +66,7 @@ jobs:
66
CLOUDFLARE_BUCKET_PASSWORD: ${{ secrets.CLOUDFLARE_BUCKET_PASSWORD }}
67
CDN_BUCKET_DESTINATION: addons/a32nx/stable
68
run: |
69
- ./scripts/cf-cdn.sh $CDN_BUCKET_DESTINATION ./build-modules
+ ./scripts/cf-cdn.sh $CDN_BUCKET_DESTINATION ./fbw-a32nx/out/build-modules
70
- name: Delete old GitHub Pre-Release assets
71
uses: mknejp/delete-release-assets@v1
72
with:
0 commit comments