diff --git a/.github/workflows/Release Action.yml b/.github/workflows/Release Action.yml index cec4fba..6060f61 100644 --- a/.github/workflows/Release Action.yml +++ b/.github/workflows/Release Action.yml @@ -9,11 +9,13 @@ on: jobs: build: runs-on: ubuntu-latest + permissions: + contents: write steps: - uses: actions/checkout@v3 - - uses: actions/download-artifact@v3 + - uses: dawidd6/action-download-artifact@v2 with: name: TheIdealShip @@ -23,5 +25,5 @@ jobs: - uses: ncipollo/release-action@v1 with: - tag: v0.3.2 - bodyFile: "TheIdealShip.dll" \ No newline at end of file + tag: v0.3.2 测试 + bodyFile: "TheIdealShip.dll"