From ba08585e39fac6df4950ba039432123a583ee9a7 Mon Sep 17 00:00:00 2001 From: Daniel Dye Date: Fri, 18 Oct 2024 16:35:20 +0100 Subject: [PATCH] Use explicit file names for release assets --- .github/workflows/build_and_release.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_and_release.yml b/.github/workflows/build_and_release.yml index 916efd9..bb09172 100644 --- a/.github/workflows/build_and_release.yml +++ b/.github/workflows/build_and_release.yml @@ -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