Skip to content

Commit

Permalink
Use explicit file names for release assets
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitemaeric committed Oct 18, 2024
1 parent 26faefb commit ba08585
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,11 @@ jobs:
- name: Create Release
uses: softprops/action-gh-release@v2
with:
files: builds/*
files: |
builds/x86_64-pc-windows-msvc.drenv
builds/x86_64-apple-darwin.drenv
builds/aarch64-apple-darwin.drenv
builds/x86_64-unknown-linux-gnu.drenv
builds/aarch64-unknown-linux-gnu.drenv
fail_on_unmatched_files: true
generate_release_notes: true

0 comments on commit ba08585

Please sign in to comment.