From 7c7fdee160c910208e55ec975588c7e2c9c8abfd Mon Sep 17 00:00:00 2001 From: Die4Ever Date: Thu, 31 Aug 2023 13:40:43 -0500 Subject: [PATCH] fix release workflow --- .github/workflows/release-installer.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release-installer.yml b/.github/workflows/release-installer.yml index d62a8f1fa..01f693855 100644 --- a/.github/workflows/release-installer.yml +++ b/.github/workflows/release-installer.yml @@ -20,6 +20,7 @@ jobs: repo_token: ${{ secrets.GITHUB_TOKEN }} file: dist/DXRandoInstaller.exe asset_name: DXRandoInstaller.exe + tag: ${{ github.ref }} - name: Upload Release Asset BingoViewer id: upload-release-asset-bingoviewer @@ -28,6 +29,7 @@ jobs: repo_token: ${{ secrets.GITHUB_TOKEN }} file: dist/BingoViewer.exe asset_name: BingoViewer.exe + tag: ${{ github.ref }} linux: runs-on: ubuntu-latest @@ -50,6 +52,7 @@ jobs: repo_token: ${{ secrets.GITHUB_TOKEN }} file: dist/DXRandoInstaller asset_name: DXRandoInstaller-Linux + tag: ${{ github.ref }} - name: Upload Release Asset BingoViewer id: upload-release-asset-bingoviewer @@ -58,3 +61,4 @@ jobs: repo_token: ${{ secrets.GITHUB_TOKEN }} file: dist/BingoViewer asset_name: BingoViewer-Linux + tag: ${{ github.ref }}