From a9f48ffdf10de2f970988ad41609278f56fbe9ca Mon Sep 17 00:00:00 2001 From: Alex Schittko Date: Mon, 15 Aug 2022 04:42:00 -0600 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ba74dc5..c2fbbdd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,3 +25,13 @@ jobs: with: # Filename for archive filename: AstroInstaller.zip + exclusions: '*.git*' + - name: Upload binaries to release + uses: svenstaro/upload-release-action@v2 + with: + repo_token: ${{ secrets.GITHUB_TOKEN }} + file: AstroInstaller.zip + asset_name: AstroInstaller + tag: ${{ github.ref }} + overwrite: true + body: "AstroInstaller Version ${{ github.ref }}"