Skip to content

Commit b0b8334

Browse files
committed
fix: cf upload for release
1 parent 15e899c commit b0b8334

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
CLOUDFLARE_BUCKET_PASSWORD: ${{ secrets.CLOUDFLARE_BUCKET_PASSWORD }}
6767
CDN_BUCKET_DESTINATION: addons/a32nx/stable
6868
run: |
69-
./scripts/cf-cdn.sh $CDN_BUCKET_DESTINATION ./build-modules
69+
./scripts/cf-cdn.sh $CDN_BUCKET_DESTINATION ./fbw-a32nx/out/build-modules
7070
- name: Delete old GitHub Pre-Release assets
7171
uses: mknejp/delete-release-assets@v1
7272
with:

0 commit comments

Comments
 (0)