Skip to content

Commit 709697d

Browse files
committed
修补错误
1 parent 75a0fb1 commit 709697d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,5 @@ jobs:
5050
uses: actions/upload-artifact@v4
5151
with:
5252
name: wild_wind-${{steps.version.outputs.value}}-${{github.sha}}.jar
53-
path: build/libs/wild_wind-${{steps.version.outputs.value}}.jar
53+
path: build/libs/wild_wind-${{steps.version.outputs.value}}-${{github.sha}}.jar
5454
repo-token: ${{ secrets.ACTION_TOKEN }}

0 commit comments

Comments
 (0)