Skip to content

Commit

Permalink
workflow 12
Browse files Browse the repository at this point in the history
  • Loading branch information
bmorcelli committed Oct 21, 2024
1 parent 3c8bca7 commit 34b1261
Show file tree
Hide file tree
Showing 36 changed files with 5 additions and 820 deletions.
212 changes: 0 additions & 212 deletions .github/workflows/Compiler_test.yml

This file was deleted.

15 changes: 5 additions & 10 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@
name: Post-compile steps
runs-on: ubuntu-latest
needs: compile_sketch
# if: github.ref_type == 'tag'
if: github.ref_type == 'tag'
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -350,7 +350,7 @@
rm ./index.html
cp ./support_files/flasher ./index.html
python ./support_files/merge_html.py ./index.html ~/file.html
- name: Move artifacts to the correct folders
run: |
Expand Down Expand Up @@ -380,14 +380,9 @@
name: Get Version
run: |
set -x
if [[ "${{ github.ref_type }}" == "tag" ]]; then
version=${{ github.ref_name }}
else
version="${GITHUB_SHA::7}"
fi

echo "version=${version}" > $GITHUB_OUTPUT
version=${{ github.ref_name }}
echo "version=${version}" > $GITHUB_OUTPUT
- uses: actions/download-artifact@v4
with:
merge-multiple: true
Expand Down
Binary file removed Launcher/Launcher_2.0_C.bin
Binary file not shown.
Binary file removed Launcher/Launcher_2.0_CYD-2-USB.bin
Binary file not shown.
Binary file removed Launcher/Launcher_2.0_CYD-2432S028.bin
Binary file not shown.
Binary file removed Launcher/Launcher_2.0_Cardputer.bin
Binary file not shown.
Binary file removed Launcher/Launcher_2.0_CoreS3.bin
Binary file not shown.
Binary file removed Launcher/Launcher_2.0_Marauder-Mini.bin
Binary file not shown.
Binary file removed Launcher/Launcher_2.0_Marauder-v4-OG.bin
Binary file not shown.
Binary file removed Launcher/Launcher_2.0_T-Deck.bin
Binary file not shown.
Binary file removed Launcher/Launcher_2.0_T-Display-S3-Touchscreen.bin
Binary file not shown.
Binary file removed Launcher/Launcher_2.0_T-Embed.bin
Binary file not shown.
Binary file removed Launcher/Launcher_2.0_T-Embed_CC1101.bin
Binary file not shown.
Binary file removed Launcher/Launcher_2.0_core2.bin
Binary file not shown.
Binary file removed Launcher/Launcher_2.0_core_16Mb.bin
Binary file not shown.
Binary file removed Launcher/Launcher_2.0_cplus1_1.bin
Binary file not shown.
Binary file removed Launcher/Launcher_2.0_cplus2.bin
Binary file not shown.
Binary file removed Launcher/Launcher_2.0_headless-esp32-4mb.bin
Binary file not shown.
Binary file removed Launcher/Launcher_2.0_headless-esp32-8mb.bin
Binary file not shown.
Binary file removed Launcher/Launcher_2.0_headless-esp32s3-16mb.bin
Binary file not shown.
Binary file removed Launcher/Launcher_2.0_headless-esp32s3-8mb.bin
Binary file not shown.
13 changes: 0 additions & 13 deletions Launcher/mainfest_M5Core.json

This file was deleted.

13 changes: 0 additions & 13 deletions Launcher/mainfest_M5Core2.json

This file was deleted.

13 changes: 0 additions & 13 deletions Launcher/mainfest_M5CoreS3.json

This file was deleted.

12 changes: 0 additions & 12 deletions Launcher/manifest_CYD-2-USB.json

This file was deleted.

12 changes: 0 additions & 12 deletions Launcher/manifest_CYD-2432S028.json

This file was deleted.

12 changes: 0 additions & 12 deletions Launcher/manifest_Lyligo_TDispS3Touch.json

This file was deleted.

12 changes: 0 additions & 12 deletions Launcher/manifest_M5Cardputer.json

This file was deleted.

12 changes: 0 additions & 12 deletions Launcher/manifest_M5stickC.json

This file was deleted.

12 changes: 0 additions & 12 deletions Launcher/manifest_M5stickCP.json

This file was deleted.

12 changes: 0 additions & 12 deletions Launcher/manifest_M5stickCP2.json

This file was deleted.

12 changes: 0 additions & 12 deletions Launcher/manifest_Marauder-Mini.json

This file was deleted.

Loading

0 comments on commit 34b1261

Please sign in to comment.