From 987acc6ad6d4bd7b31baa087debbd1651fcc7e84 Mon Sep 17 00:00:00 2001 From: MC_Huier Date: Sun, 1 Jan 2023 17:47:42 +0800 Subject: [PATCH 1/4] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b7cc084..9e98082 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -![image](Images/TIS.jpg) +![image](Images/TIS.png) This is a module Among Us that is loaded using Bepinex and is being planned. * [Statement](READMES/Statement.md) * [SChinese](READMES/SChinese.md) * [English](READMES/English.md) -* [Contributors](READMES/Contributors.md) \ No newline at end of file +* [Contributors](READMES/Contributors.md) From a00f091408e07c9ece78b1df49425b82176d9b95 Mon Sep 17 00:00:00 2001 From: MC-AS-Huier <2133404320@qq.com> Date: Sun, 22 Jan 2023 00:02:49 +0800 Subject: [PATCH 2/4] 1 --- .github/workflows/Release Action.yml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .github/workflows/Release Action.yml diff --git a/.github/workflows/Release Action.yml b/.github/workflows/Release Action.yml new file mode 100644 index 0000000..6308900 --- /dev/null +++ b/.github/workflows/Release Action.yml @@ -0,0 +1,28 @@ +name: Release Action + +on: + pull_request: + branches: [ "main" ] + paths: + - '**.yml' + workflow_run: + workflows: [ "dotnet-build" ] + types: + - completed + +jobs: + build: + runs-on: ubuntu-latest + permissions: + contents: write + steps: + - uses: actions/checkout@v3 + + - uses: actions/download-artifact@v3 + with: + name: TheIdealShip.dll + + - uses: ncipollo/release-action@v1 + with: + tag: v0.3.0 + bodyFile: "TheIdealShip.dll" \ No newline at end of file From f79a95226ef07689f46d86b279cd0d999f9e4669 Mon Sep 17 00:00:00 2001 From: MC-AS-Huier <2133404320@qq.com> Date: Thu, 26 Jan 2023 02:05:01 +0800 Subject: [PATCH 3/4] 1 --- .github/workflows/Release Action.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/Release Action.yml b/.github/workflows/Release Action.yml index 66aa463..cec4fba 100644 --- a/.github/workflows/Release Action.yml +++ b/.github/workflows/Release Action.yml @@ -1,10 +1,6 @@ name: Release Action on: - pull_request: - branches: [ "main" ] - paths: - - '**.yml' workflow_run: workflows: [ "dotnet-build" ] types: @@ -19,7 +15,7 @@ jobs: - uses: actions/download-artifact@v3 with: - name: TheIdealShip.zip + name: TheIdealShip - name: uzip run: unzip TheIdealShip.zip From 33ba85ee1c2cb6664a95703c9b7ff2c947bbdaa2 Mon Sep 17 00:00:00 2001 From: Huier_Huang Date: Thu, 26 Jan 2023 02:52:15 +0800 Subject: [PATCH 4/4] Update Release Action.yml --- .github/workflows/Release Action.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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"