Skip to content

Commit

Permalink
Merge pull request #16 from ArendJan/v0.1.1
Browse files Browse the repository at this point in the history
remove submodule + upd workflow
  • Loading branch information
mklomp authored Sep 24, 2024
2 parents 6ef69a4 + 3f71560 commit 574e334
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
name: Build and deploy
container: ghcr.io/arendjan/pico_docker_image:main
steps:
- uses: actions/checkout@main
- uses: actions/checkout@v4
- name: build
run: |
chmod +x build.sh
Expand All @@ -28,14 +28,14 @@ jobs:
- name: Put environment variable into the env context
run: echo "app_name=$APP_NAME" >> $GITHUB_ENV
- name: Archive production artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: dist
path: |
Telemetrix4RpiPico.uf2
- name: Push to release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: Telemetrix4RpiPico.uf2
1 change: 0 additions & 1 deletion pico-ssd1306
Submodule pico-ssd1306 deleted from 7e4651

0 comments on commit 574e334

Please sign in to comment.