File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 3636 run : zip -r -j MarkdownImageAPI_${{ matrix.runtimeIdentifier }}_8.0.zip MarkdownImageAPI/bin/Release/net8.0/${{ matrix.runtimeIdentifier }}/publish/
3737
3838 - name : 上传临时文件
39- uses : actions/upload-artifact@v3
39+ uses : actions/upload-artifact@v4
4040 with :
41- name : Artifacts
41+ name : MarkdownImageAPI_${{ matrix.runtimeIdentifier }}_8.0
4242 path : MarkdownImageAPI_${{ matrix.runtimeIdentifier }}_8.0.zip
4343
4444 LatestRelease :
@@ -56,11 +56,13 @@ jobs:
5656 run : |
5757 git tag -f V1.0.0.0
5858 git push -f origin V1.0.0.0
59+
5960 - name : 下载临时插文件
60- uses : actions/ download-artifact@v3
61+ uses : dawidd6/action- download-artifact@v9
6162 with :
62- name : Artifacts
63- path : ./bin
63+ path : bin
64+ skip_unpack : true
65+
6466 - name : 发布Release
6567 uses : ncipollo/release-action@v1
6668 with :
You can’t perform that action at this time.
0 commit comments