From 3231f9422ad70d3930030e0a52bc1257fd2881ce Mon Sep 17 00:00:00 2001 From: loyalsoldier <10487845+Loyalsoldier@users.noreply.github.com> Date: Mon, 9 Aug 2021 19:11:26 +0800 Subject: [PATCH] Fix: degrade to fix upload --- .github/workflows/run.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run.yml b/.github/workflows/run.yml index e396d28..f05050f 100644 --- a/.github/workflows/run.yml +++ b/.github/workflows/run.yml @@ -103,7 +103,7 @@ jobs: install -p {apple,icloud,google,proxy,direct,reject,private,gfw,greatfire,tld-not-cn,cncidr,lancidr,telegramcidr}.txt ./publish/ - name: Release and upload assets - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v0.1.6 with: name: ${{ env.RELEASE_NAME }} tag_name: ${{ env.TAG_NAME }}