Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vipshmily authored Feb 27, 2024
1 parent fc24ca6 commit b99f1cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,13 +190,13 @@ jobs:
- name : Upload images to Artifact
uses: actions/upload-artifact@v4
with:
name: ${{ github.event.inputs.production }}-${{ env.TAG_ANME }}
path: trunk/images/*.trx
name: ${{ matrix.target }}-${{ env.TAG_ANME }}
path: ${{ env.FIRMWARE_PATH }}/*.trx
- name: Upload images to Releases
uses: ncipollo/release-action@v1
if: ${{ github.event.inputs.release == 'yes' }}
with:
commit: ${{ github.sha }}
tag: ${{ env.TAG_ANME }}
artifacts: trunk/images/*.trx
artifacts: ${{ env.FIRMWARE_PATH }}/*.trx
allowUpdates: true

0 comments on commit b99f1cf

Please sign in to comment.