Skip to content

Commit 34f1d26

Browse files
committed
minor ci/packaging fix
1 parent dad7f36 commit 34f1d26

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/cmake.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
if: matrix.os != 'windows-latest'
6565
run: |
6666
sudo add-apt-repository universe
67-
sudo apt install libfuse2
67+
sudo apt-get install libfuse2
6868
6969
- name: Install Qt
7070
uses: jurplel/install-qt-action@v4
@@ -108,5 +108,5 @@ jobs:
108108
name: package-${{ matrix.c_compiler }}-${{ matrix.os }}
109109
path: |
110110
build/package/
111-
build/*.7z
112-
build/*.AppImage
111+
UnCSO2-*.7z
112+
UnCSO2-*.AppImage

ci/pack.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,10 @@ elseif ($isWindows) {
115115
Pop-Location
116116

117117
#if ($isMingwBuild) {
118-
# 7z a -t7z -m0=lzma2 -mx=9 -mfb=64 -md=64m -ms=on "UnCSO2-$versionStr-win64_mingw.7z" ./package/*
118+
# 7z a -t7z -m0=lzma2 -mx=9 -mfb=64 -md=64m -ms=on "../UnCSO2-$versionStr-win64_mingw.7z" ./package/*
119119
#}
120120
#elseif ($isMsvcBuild) {
121-
7z a -t7z -m0=lzma2 -mx=9 -mfb=64 -md=64m -ms=on "UnCSO2-$versionStr-win64_msvc.7z" ./package/*
121+
7z a -t7z -m0=lzma2 -mx=9 -mfb=64 -md=64m -ms=on "../UnCSO2-$versionStr-win64_msvc.7z" ./package/*
122122
#}
123123
}
124124

0 commit comments

Comments
 (0)