Skip to content

Commit

Permalink
try again: uploading build artifacts to github
Browse files Browse the repository at this point in the history
  • Loading branch information
k12ish committed May 10, 2024
1 parent 3fd8805 commit fc5f54f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/firmware.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ jobs:
mkdir ./firmware/release/
arduino-cli compile --fqbn ${{ matrix.fqbn }} ./firmware/firmware.ino --warnings more --output-dir ./firmware/release/
# upload released assets to Github -- I'm not sure how this interacts with build: strategy: matrix...
- uses: AButler/upload-release-assets@v3.0
# upload released assets to Github -- not sure how this interacts with build: strategy: matrix
- uses: actions/upload-artifact@v4
with:
files: "firmware/release/*"
repo-token: ${{ secrets.GITHUB_TOKEN }}
name: Build Assets
path: ./firmware/release

0 comments on commit fc5f54f

Please sign in to comment.