Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
Update multi-platform-release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
DogeProtocol authored Oct 21, 2023
1 parent 9a88224 commit dcb0ae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/multi-platform-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,5 @@ jobs:
uses: ncipollo/release-action@v1
with:
allowUpdates: true
artifacts: "*.so, *.dll"
artifacts: "${{ github.workspace }}/build/lib/*.*, ${{ github.workspace }}/build/bin/Release/*.*"

0 comments on commit dcb0ae5

Please sign in to comment.