From 3369a7a50658a543d9011a071cecc0cd253d748c Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Wed, 13 Aug 2025 10:11:14 -0400 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fd10bed3..e06eeae6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1013,12 +1013,13 @@ jobs: - name: Publish draft release uses: softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 - draft: true - prerelease: false - tag_name: "${{ steps.dateversion.outputs.dateversion }}" - overwrite_files: true - fail_on_unmatched_files: true - files: | + with: + draft: true + prerelease: false + tag_name: "${{ steps.dateversion.outputs.dateversion }}" + overwrite_files: true + fail_on_unmatched_files: true + files: | gam-binaries/*