From 936fc4f371376f6a57c5b94e770457c62849e9d1 Mon Sep 17 00:00:00 2001 From: 987123879113 <63495610+987123879113@users.noreply.github.com> Date: Sat, 8 Jun 2024 23:29:39 +0900 Subject: [PATCH] Automated release attempt 1 --- .github/workflows/build.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 39af473..4709ce9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -70,3 +70,21 @@ jobs: with: name: ${{ env.ARTIFACT_NAME }} path: dist + + release: + needs: [build] + runs-on: ubuntu-latest + + steps: + - name: Download run artifacts + uses: actions/download-artifact@v4 + with: + path: artifacts + + - name: Create Release + uses: softprops/action-gh-release@v2 + with: + tag_name: release-${{ github.sha }} + release_name: ${{ github.sha }} + generate_release_notes: true + files: artifacts