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 }}