From d970908cb73adc1d3a66e60e16185d5b753b3e07 Mon Sep 17 00:00:00 2001 From: Paul Hebble Date: Sun, 19 May 2024 12:34:32 -0500 Subject: [PATCH] Upload ckan.exe and AutoUpdater.exe assets together --- .github/workflows/release.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0ee7b1106..869fe910f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -180,10 +180,8 @@ jobs: with: name: Release-repack-unsigned path: _build/repack/ - - name: Upload ckan.exe - run: gh release upload ${{ github.event.release.tag_name }} _build/repack/Release/ckan.exe - - name: Upload AutoUpdater.exe - run: gh release upload ${{ github.event.release.tag_name }} _build/repack/Release/AutoUpdater.exe + - name: Upload ckan.exe and AutoUpdater.exe release assets + run: gh release upload ${{ github.event.release.tag_name }} _build/repack/Release/ckan.exe _build/repack/Release/AutoUpdater.exe notify-discord: needs: