diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7443b5a..529bdfa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,11 +46,11 @@ jobs: uses: actions/upload-artifact@v3 with: name: ${{ env.FILENAME }} - path: ./output/${{ env.FILENAME }} + path: ./server/${{ env.FILENAME }} - name: Upload binaries to release uses: svenstaro/upload-release-action@v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} - file: ./output/${{ env.FILENAME }} + file: ./server/${{ env.FILENAME }} tag: ${{ github.ref }} file_glob: true