Skip to content

Commit

Permalink
More packaging fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiashienzsch committed May 18, 2023
1 parent f24d27f commit 39ffbc7
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ jobs:
if: contains(github.ref, 'tags/v')
runs-on: ubuntu-22.04
steps:
- name: Check out code
uses: actions/checkout@v3
with:
lfs: true

- name: Get Artifacts
uses: actions/download-artifact@v3

Expand All @@ -51,6 +56,7 @@ jobs:
uses: softprops/action-gh-release@v1
with:
prerelease: true
fail_on_unmatched_files: true
files: |
LICENSE.txt
firmware
./LICENSE.txt
./firmware/**

0 comments on commit 39ffbc7

Please sign in to comment.