Skip to content

Commit

Permalink
misc: fix for release 5
Browse files Browse the repository at this point in the history
  • Loading branch information
inlife committed Jul 29, 2022
1 parent 2f2c110 commit 79453b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/notify-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: build/enet_shared.dll
files: build/Release/enet_shared.dll

build-lin:
name: Test Linux
Expand Down

0 comments on commit 79453b8

Please sign in to comment.