Skip to content

Commit d78749a

Browse files
committed
Change archive path
1 parent c166412 commit d78749a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tag-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- name: Creare Build Release Archive
2828
shell: pwsh
29-
run: Compress-Archive -Destination $Env:GITHUB_WORKSPACE/TarkovMonitor.zip -Path TarkovMonitor/bin/Release/net6.0-windows/win-x64/publish/**/*
29+
run: Compress-Archive -Destination $Env:GITHUB_WORKSPACE/TarkovMonitor.zip -Path TarkovMonitor/bin/Release/net6.0-windows/win-x64/publish/
3030

3131
- name: Create GitHub Release
3232
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)