Skip to content

Commit

Permalink
chore: update workflow folder lookup
Browse files Browse the repository at this point in the history
  • Loading branch information
masterrob94 committed Jan 16, 2024
1 parent 0a5713f commit d537abe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d537abe

Please sign in to comment.