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 317651b commit 992ababCopy full SHA for 992abab
.github/workflows/check-test-build.yml
@@ -88,10 +88,6 @@ jobs:
88
.\scripts\build\windows\set_version_from_template.ps1
89
pyinstaller --version-file "./version_windows.txt" --add-data "version.txt;." --icon "./steamCloudSaveDownloaderGUI/res/scsd_256.ico" --hide-console hide-late --collect-all steamCloudSaveDownloaderGUI --collect-all dateutil --collect-all steamCloudSaveDownloader --onefile ./scsd-gui --name $unsigned_filename
90
91
- - name: Sign (Windows)
92
- if: ${{ matrix.os == 'windows-latest' }}
93
- uses: fawazahmed0/action-debug-vscode@main
94
-
95
- name: Sign (Windows)
96
if: ${{ matrix.os == 'windows-latest' }}
97
uses: hhhhhojeihsu/code-sign-action@c4df355f7e6ceee249e6e6d76debded9ff874046
0 commit comments