Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
henkwiedig committed Nov 12, 2024
1 parent 3fa5d0b commit 4d42ad7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ jobs:
- name: Upload binary
uses: actions/upload-artifact@v4
with:
name: build-results
path: |
files: |
msposd_goke
msposd_hisi
msposd_star6b0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/firmware.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
env:
MSPOSD_VERSION: ${{ env.COMMIT_SHA }}
run: |
git clone https://github.com/openipc/firmware --depth=1
cd firmware
make BOARD=ssc338q_fpv br-msposd-dirclean
sed -i "s/openipc/${GITHUB_REPOSITORY%/*}/" general/package/msposd/msposd.mk
make BOARD=${{matrix.platform}}_${{matrix.release}} MSPOSD_VERSION=${MSPOSD_VERSION} br-msposd

0 comments on commit 4d42ad7

Please sign in to comment.