Skip to content

Commit

Permalink
Update stable release action (#844)
Browse files Browse the repository at this point in the history
  • Loading branch information
charliefoxtwo authored Jul 14, 2024
1 parent 327575e commit b3b9a10
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,9 @@ jobs:
- name: Upload Release
uses: ncipollo/release-action@v1
with:
allowUpdates: true
artifactErrorsFailBuild: true
artifacts: './Scripts/${{ steps.filename.outputs.zip }},./Programs/Arduino_Tools.zip'
makeLatest: true
name: 'DCS-BIOS v${{ github.ref_name }}'
name: 'DCS-BIOS ${{ github.ref_name }}'
removeArtifacts: true

0 comments on commit b3b9a10

Please sign in to comment.