Skip to content

Commit b36b50d

Browse files
committed
Change which directory is base for archive
1 parent d78749a commit b36b50d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tag-release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ 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: |
30+
cd TarkovMonitor/bin/Release/net6.0-windows/win-x64/publish
31+
Compress-Archive -Destination $Env:GITHUB_WORKSPACE/TarkovMonitor.zip -Path .
3032
3133
- name: Create GitHub Release
3234
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)