From 78a787b7b334305c94e033be23d011ff1d1d4d17 Mon Sep 17 00:00:00 2001 From: Carlos Valente <34649812+cpvalente@users.noreply.github.com> Date: Fri, 11 Jun 2021 23:11:36 +0200 Subject: [PATCH] Update autobuild.yml - release exe --- .github/workflows/autobuild.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/autobuild.yml b/.github/workflows/autobuild.yml index ff65326bf..3a5c47970 100644 --- a/.github/workflows/autobuild.yml +++ b/.github/workflows/autobuild.yml @@ -48,9 +48,7 @@ jobs: run: yarn dist-win working-directory: ./server - # handle artifact - - uses: actions/upload-artifact@v2 - with: - name: wininstaller-64.exe - path: ./server/dist/ontime-win64.exe + # release + - name: Release + uses: softprops/action-gh-release@v1