Skip to content

Commit ce12e4f

Browse files
committed
fix: CI
1 parent 680b936 commit ce12e4f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@ jobs:
2424
- name: Build
2525
run: dotnet build MediaInfoKeeper.csproj -c Release --no-restore
2626

27-
- name: Upload artifact
28-
uses: actions/upload-artifact@v4
27+
- name: Upload release asset
28+
uses: softprops/action-gh-release@v2
2929
with:
30-
name: MediaInfoKeeper
31-
path: Build/bin/Release/net5.0/MediaInfoKeeper.dll
30+
name: MediaInfoKeeper ${{ github.ref_name }}
31+
tag_name: ${{ github.ref_name }}
32+
files: Build/bin/Release/net5.0/MediaInfoKeeper.dll

0 commit comments

Comments
 (0)