Skip to content

Commit 0f4fe40

Browse files
author
Kasper Peeters
committed
Fix opensuse deps. Fix appimage upload.
1 parent 774bc35 commit 0f4fe40

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/appimage-modern.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -242,8 +242,7 @@ jobs:
242242
- name: Upload to release
243243
if: github.event_name == 'release'
244244
run: |
245-
VERSION=\"${{ github.ref_name }}\"
246-
gh release upload \"$VERSION\" Cadabra_*_${{ matrix.arch }}.AppImage --clobber
245+
gh release upload "${{ github.ref_name }}" Cadabra_*_${{ matrix.arch }}.AppImage --clobber
247246
env:
248247
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
249248

@@ -259,8 +258,7 @@ jobs:
259258
zsyncmake \"$APPIMAGE_FILE\"
260259
261260
# Upload zsync file to release
262-
VERSION=\"${{ github.ref_name }}\"
263-
gh release upload \"$VERSION\" *.zsync --clobber || true
261+
gh release upload ${{ github.ref_name }} *.zsync --clobber || true
264262
fi
265263
env:
266264
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

cmake/packaging.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ else()
4848
set(CPACK_SYSTEM_NAME "tumbleweed")
4949
set(CPACK_GENERATOR "RPM")
5050
message("-- This is an openSUSE Tumbleweed system")
51-
set(CPACK_RPM_PACKAGE_REQUIRES "libpython3_13-1_0, libgmp10, libuuid1, libgtkmm-3_0-1, openssl, libboost_system1_87_0, libboost_filesystem1_87_0, libboost_program_options1_87_0, libboost_regex1_87_0, libstdc++6, python313-matplotlib, python313-sympy")
51+
set(CPACK_RPM_PACKAGE_REQUIRES "libpython3_13-1_0, libgmp10, libuuid1, libgtkmm-3_0-1, openssl, libboost_system1_88_0, libboost_filesystem1_88_0, libboost_program_options1_88_0, libboost_regex1_88_0, libstdc++6, python313-matplotlib, python313-sympy")
5252
endif()
5353
endif()
5454
if(EXISTS "/etc/issue")

0 commit comments

Comments
 (0)