Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions .github/workflows/build-sakura.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,27 +126,13 @@ jobs:
name: Installer ${{ matrix.platform }} ${{ matrix.config }}
path: 'sakura-*-Installer.zip'

- name: Upload Installer MD5
uses: actions/upload-artifact@v4
if: ${{ matrix.config == 'Release' }}
with:
name: Installer MD5 ${{ matrix.platform }} ${{ matrix.config }}
path: 'sakura-*-Installer.zip.md5'

- name: Upload Exe
uses: actions/upload-artifact@v4
if: ${{ matrix.config == 'Release' }}
with:
name: Exe ${{ matrix.platform }} ${{ matrix.config }}
path: 'sakura-*-Exe.zip'

- name: Upload Exe MD5
uses: actions/upload-artifact@v4
if: ${{ matrix.config == 'Release' }}
with:
name: Exe MD5 ${{ matrix.platform }} ${{ matrix.config }}
path: 'sakura-*-Exe.zip.md5'

- name: Upload Log
uses: actions/upload-artifact@v4
if: ${{ matrix.config == 'Release' }}
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ msbuild-*.log
msbuild-*.log.csv
msbuild-*.log.xlsx
sakura-*.zip
sakura-*.zip.md5
sha256.txt
tags
testData_*.txt
Expand Down
7 changes: 0 additions & 7 deletions zipArtifacts.bat
Original file line number Diff line number Diff line change
Expand Up @@ -289,13 +289,6 @@ if exist "%WORKDIR_ASM%" (
)


@echo start generate MD5 hash
set CMD_FIND=%SystemRoot%\System32\find.exe
certutil -hashfile %OUTFILE_EXE% MD5 | %CMD_FIND% /v "MD5" | %CMD_FIND% /v "CertUtil" > %OUTFILE_EXE%.md5
certutil -hashfile %OUTFILE_INST% MD5 | %CMD_FIND% /v "MD5" | %CMD_FIND% /v "CertUtil" > %OUTFILE_INST%.md5
@echo end generate MD5 hash


exit /b 0

@rem ------------------------------------------------------------------------------
Expand Down
Loading