From afc296be829557e97a0e0f3ecdb07ceacade19eb Mon Sep 17 00:00:00 2001 From: loyalsoldier Date: Wed, 26 Feb 2020 22:59:43 +0800 Subject: [PATCH] Fix #231 : use another github release action --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 297a8d68..39458ebd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,7 +38,7 @@ jobs: mv ./dlc.dat ./publish/dlc.dat - name: Release file - uses: Ricky-Hao/action-release@master + uses: opspresso/action-release@master env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} ASSET_PATH: publish