We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 066aed4 commit 227f3f9Copy full SHA for 227f3f9
1 file changed
.github/workflows/releaser.yml
@@ -51,7 +51,7 @@ jobs:
51
uses: actions/upload-artifact@v4
52
with:
53
name: publish
54
- path: ${{ github.workspace }}/dll_src/build/Release/*.dll
+ path: ${{ github.workspace }}/dll_src/build/Release/*.mod2
55
56
releaser:
57
needs: build
0 commit comments