Skip to content

Commit

Permalink
Merge pull request #9 from mklomp/v0.1.1
Browse files Browse the repository at this point in the history
V0.1.1
  • Loading branch information
ArendJan authored Oct 1, 2024
2 parents 6ac966a + 8743bbd commit 0c385b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,9 @@ jobs:
with:
path: build/*.img.xz
name: ${{ matrix.image }}
overwrite: true
- name: Push to release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: build/*.img.xz
files: build/*.img.xz
2 changes: 1 addition & 1 deletion default_repos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ repositories:
mirte-telemetrix4rpipico:
type: git
url: https://github.com/mirte-robot/Telemetrix4RpiPico.git
version: master
version: master

0 comments on commit 0c385b4

Please sign in to comment.