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 d78749a commit b36b50dCopy full SHA for b36b50d
.github/workflows/tag-release.yml
@@ -26,7 +26,9 @@ 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: |
30
+ cd TarkovMonitor/bin/Release/net6.0-windows/win-x64/publish
31
+ Compress-Archive -Destination $Env:GITHUB_WORKSPACE/TarkovMonitor.zip -Path .
32
33
- name: Create GitHub Release
34
uses: softprops/action-gh-release@v1
0 commit comments