From 72b499d08d015a234a5aeaf2582a76ba9a3f342b Mon Sep 17 00:00:00 2001 From: oxmc <67136658+oxmc@users.noreply.github.com> Date: Sat, 31 Dec 2022 01:26:40 -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