We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c166412 commit d78749aCopy full SHA for d78749a
.github/workflows/tag-release.yml
@@ -26,7 +26,7 @@ jobs:
26
27
- name: Creare Build Release Archive
28
shell: pwsh
29
- run: Compress-Archive -Destination $Env:GITHUB_WORKSPACE/TarkovMonitor.zip -Path TarkovMonitor/bin/Release/net6.0-windows/win-x64/publish/**/*
+ run: Compress-Archive -Destination $Env:GITHUB_WORKSPACE/TarkovMonitor.zip -Path TarkovMonitor/bin/Release/net6.0-windows/win-x64/publish/
30
31
- name: Create GitHub Release
32
uses: softprops/action-gh-release@v1
0 commit comments