From e4d0889a699e485ff2ec87d78025ada8134907ea Mon Sep 17 00:00:00 2001 From: Carlos Valente <34649812+cpvalente@users.noreply.github.com> Date: Fri, 11 Jun 2021 23:34:02 +0200 Subject: [PATCH] Update autobuild.yml fix file path --- .github/workflows/autobuild.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/autobuild.yml b/.github/workflows/autobuild.yml index b187feea2..54e1a2ba5 100644 --- a/.github/workflows/autobuild.yml +++ b/.github/workflows/autobuild.yml @@ -51,5 +51,7 @@ jobs: # release - name: Release uses: softprops/action-gh-release@v1 + with: + files: ./server/dist/ontime-win64.exe env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}