Skip to content

Commit 227f3f9

Browse files
committed
Fix: Update releaser
1 parent 066aed4 commit 227f3f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/releaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
uses: actions/upload-artifact@v4
5252
with:
5353
name: publish
54-
path: ${{ github.workspace }}/dll_src/build/Release/*.dll
54+
path: ${{ github.workspace }}/dll_src/build/Release/*.mod2
5555

5656
releaser:
5757
needs: build

0 commit comments

Comments
 (0)