Skip to content

Commit

Permalink
T1 (v4)
Browse files Browse the repository at this point in the history
  • Loading branch information
arnost00 committed Oct 7, 2024
1 parent 8a9c772 commit b0df2de
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
build_linux:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: 'recursive'

- name: Install Qt
uses: jurplel/install-qt-action@v3
uses: jurplel/install-qt-action@v4
with:
cache: 'true'
version: ${{ env.QT_VERSION }}
Expand All @@ -42,13 +42,13 @@ jobs:
./quickevent/make-dist.sh --src-dir . --qt-dir ${Qt5_DIR} --work-dir ./build --appimage-tool /opt/appimagetool-x86_64.AppImage
- name: Save AppImage
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: quickevent-${{ env.VERSION }}-linux64.Appimage
path: build/artifacts/quickevent-*-linux64.AppImage

- name: Save gzip
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: quickevent-${{ env.VERSION }}-linux64.tgz
path: build/artifacts/quickevent-*-linux64.tgz
Expand All @@ -61,13 +61,13 @@ jobs:
shell: bash

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: 'recursive'

- name: Cache Libs
id: cache-libs
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
C:/openssl/bin/libssl-1_1-x64.dll
Expand All @@ -87,7 +87,7 @@ jobs:
shell: cmd

- name: Install Qt
uses: jurplel/install-qt-action@v3
uses: jurplel/install-qt-action@v4
with:
cache: 'true'
version: ${{ env.QT_VERSION }}
Expand All @@ -111,7 +111,7 @@ jobs:
shell: cmd

- name: Save setup
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: quickevent-${{ env.VERSION }}-win64-setup.exe
path: _inno\quickevent\quickevent-${{ env.VERSION }}-win64-setup.exe

0 comments on commit b0df2de

Please sign in to comment.