Skip to content

Commit

Permalink
Update nightly.yaml
Browse files Browse the repository at this point in the history
Capture all FluCoMa release assets with wildcard
  • Loading branch information
James Bradbury authored Aug 14, 2023
1 parent f99a2ad commit 809404d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
uses: ncipollo/release-action@v1
with:
name: FluCoMa CLI Nightly Release
artifacts: "*.zip"
artifacts: "FluCoMa*"
body: "This is a nightly build of the FluCoMa CLI tools. As such, be warned there may be bugs or other unexpected behaviour. The build hash is ${{ github.sha }}"
tag: nightly
prerelease: true
Expand Down

0 comments on commit 809404d

Please sign in to comment.