Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Commit

Permalink
Update Release Action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TianMengLucky authored Jan 25, 2023
1 parent f15944c commit 33ba85e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/Release Action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -23,5 +25,5 @@ jobs:

- uses: ncipollo/release-action@v1
with:
tag: v0.3.2
bodyFile: "TheIdealShip.dll"
tag: v0.3.2 测试
bodyFile: "TheIdealShip.dll"

0 comments on commit 33ba85e

Please sign in to comment.