Skip to content

Commit

Permalink
Modify Script/build_depend.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
KangLin committed Feb 21, 2025
1 parent 27fb450 commit 43ca085
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/appimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
SOURCE_DIR: ${{github.workspace}}/.cache/source
TOOLS_DIR: ${{github.workspace}}/.cache/tools
INSTALL_DIR: ${{github.workspace}}/.cache/install_${{matrix.os}}_${{matrix.qt_arch}}_${{matrix.BUILD_TYPE}}
artifact_name: build_appimage_${{matrix.os}}
artifact_name: build_appimage
qt_modules: 'qtscxml'
Calendar_VERSION: v1.0.22

Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
if: ${{ matrix.BUILD_TYPE == 'Release' }}
uses: actions/upload-artifact@v4
with:
name: ${{ env.artifact_name }}
name: ${{ env.artifact_name }}_${{matrix.os}}
path: |
${{github.workspace}}/Calendar_${{env.Calendar_VERSION}}_*.AppImage
${{github.workspace}}/update_appimage_${{matrix.os}}_${{matrix.qt_arch}}_${{matrix.BUILD_TYPE}}.json
4 changes: 2 additions & 2 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
SOURCE_DIR: ${{github.workspace}}/.cache/source
TOOLS_DIR: ${{github.workspace}}/.cache/tools
INSTALL_DIR: ${{github.workspace}}/.cache/install_${{matrix.os}}_${{matrix.BUILD_TYPE}}
artifact_name: build_${{matrix.os}}
artifact_name: build_ubuntu
Calendar_VERSION: 1.0.22

# Map the job outputs to step outputs
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
if: ${{ matrix.BUILD_TYPE == 'Release' }}
uses: actions/upload-artifact@v4
with:
name: ${{ env.artifact_name }}
name: ${{ env.artifact_name }}_${{matrix.os}}
path: |
${{github.workspace}}/rabbitcalendar_${{env.Calendar_VERSION}}_*.deb
${{github.workspace}}/update_linux.xml
Expand Down
2 changes: 1 addition & 1 deletion Script/build_depend.sh
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ if [ $BASE_LIBS -eq 1 ]; then
# RabbitCommon dependency
apt install -y -q libcmark-dev cmark
# AppImage
apt install -y -q fuse
apt install -y -q libfuse-dev libfuse3-dev
# Other
apt install -y -q libsqlite3-dev
fi
Expand Down

0 comments on commit 43ca085

Please sign in to comment.