From d537abefa704662bf2e837eed88fa8753f01c090 Mon Sep 17 00:00:00 2001 From: Robin Breitfeld Date: Tue, 16 Jan 2024 23:00:12 +0100 Subject: [PATCH] chore: update workflow folder lookup --- .github/workflows/main.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f869734..93333dc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -50,8 +50,9 @@ jobs: ./scripts/dev-env/run.sh node ./scripts/install_source_hs787_cockpit.js mkdir ./${{ env.BUILD_DIR_NAME }} cd ./build/ - zip -r ../../${{ env.BUILD_DIR_NAME }}/${{ env.ZIP_NAME }} ./horizonsim-787-Cockpit-Textures/ - cd ../../ + ls -la + zip -r ../${{ env.BUILD_DIR_NAME }}/${{ env.ZIP_NAME }} ./horizonsim-787-Cockpit-Textures/ + cd ../ - name: Upload to Cloudflare CDN run: | ./scripts/cdn.sh $CDN_BUCKET_DESTINATION ./build/build-modules