diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c5ef8fb..b1ee542 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,9 +32,9 @@ jobs: ./build.assets.sh - name: Archive production artifacts uses: actions/upload-artifact@v2 - with: - name: dist-without-markdown - path: linux_amd64_server.tar.gz + with: + name: dist-without-markdown + path: linux_amd64_server.tar.gz - name: Upload uses: softprops/action-gh-release@v1 if: startsWith(github.ref, 'refs/tags/')