diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 73ff2a0..c5ef8fb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,6 +30,11 @@ jobs: run: | chmod +x build.assets.sh ./build.assets.sh + - name: Archive production artifacts + uses: actions/upload-artifact@v2 + 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/')