Skip to content

Commit 2eace42

Browse files
authored
fix retarget
1 parent 1fff84f commit 2eace42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet-core.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
uses: actions/[email protected]
2828
with:
2929
name: artifact
30-
path: ./CP77Tools/bin/Release/net5.0
30+
path: ./CP77Tools/bin/Release/net5.0-windows
3131
- uses: papeloto/action-zip@v1
3232
with:
33-
files: ./CP77Tools/bin/Release/net5.0
33+
files: ./CP77Tools/bin/Release/net5.0-windows
3434
dest: release.zip
3535
- name: Create Release
3636
id: create_release

0 commit comments

Comments
 (0)