From 052afb3a7bf1e7cf9a31be544b7082ef4d972873 Mon Sep 17 00:00:00 2001 From: oxmc <67136658+oxmc@users.noreply.github.com> Date: Sat, 31 Dec 2022 01:23:03 -0800 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4399929..d8c059e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -46,6 +46,14 @@ jobs: allowDirtyBuild: true # Output + - name: Upload build + uses: softprops/action-gh-release@v1 + with: + files: build/ + token: ${{ secrets.GITHUB_TOKEN }} + tag_name: "1.0.0" + + # Upload dir - uses: actions/upload-artifact@v2 with: name: Build