Skip to content

Commit

Permalink
Update GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
chunfantasy committed Jan 22, 2024
1 parent 420fddc commit 9b01b30
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/actions/publish-action/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ runs:
with:
name: nrfconnect-${{ inputs.suffix}}
path: |
release/nrfconnect*
release/nrfconnect*.exe
release/nrfconnect*.zip
release/nrfconnect*.dmg
release/nrfconnect*.AppImage
release/latest*
retention-days: 7
if: github.event_name != 'pull_request'

0 comments on commit 9b01b30

Please sign in to comment.