Skip to content

Commit

Permalink
Do exactly as described in the doc
Browse files Browse the repository at this point in the history
  • Loading branch information
llauner committed Feb 27, 2024
1 parent c451f77 commit 2b963b2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/1.1-convert-to-cupx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
# see: https://github.com/marketplace/actions/ftp-deployment
jobs:
convert-to-cupx:
if: github.ref == 'refs/heads/main' && github.repository == 'planeur-net/outlanding'
#if: github.ref == 'refs/heads/main' && github.repository == 'planeur-net/outlanding'
name: Convert guide_aires_securite.cup to .cupx
runs-on: ubuntu-latest
steps:
Expand All @@ -28,8 +28,10 @@ jobs:
id: convert_to_cupx
run: |
echo "Creating new .cupx file"
zip points.zip guide_aires_securite.cup
zip -r pics.zip Pics
cp guide_aires_securite.cup POINTS.cup
zip points.zip POINTS.cup
mv ./Pics ./pics
zip -r pics.zip pics
cat pics.zip points.zip > guide_aires_securite.cupx
# push to repo
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ src/WaypointProcessor/WaypointProcessor/obj/
src/WaypointProcessor/.vs/
src/WaypointProcessor/obj/
src/WaypointProcessor/bin/
Z_Test/

0 comments on commit 2b963b2

Please sign in to comment.