Skip to content

Commit 7681f10

Browse files
committed
update release ci 3rd pass
1 parent 81601dd commit 7681f10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- name: Publish Windows x64 (self-contained, single file, trimmed, compressed)
3030
run: |
31-
dotnet publish TyranoScriptMemoryUnlocker \
31+
dotnet publish . \
3232
--configuration Release \
3333
--runtime win-x64 \
3434
--self-contained true \
@@ -43,7 +43,7 @@ jobs:
4343
4444
- name: Publish Linux x64 (self-contained, single file, trimmed, compressed)
4545
run: |
46-
dotnet publish TyranoScriptMemoryUnlocker \
46+
dotnet publish . \
4747
--configuration Release \
4848
--runtime linux-x64 \
4949
--self-contained true \

0 commit comments

Comments
 (0)