Skip to content

Commit

Permalink
[GH Actions] [Release] Bump Qt to 6.5 and updated links
Browse files Browse the repository at this point in the history
  • Loading branch information
rnayabed committed May 9, 2023
1 parent e5f6106 commit a05e63d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ env:
QT_VERSION: '6.5'
QT_IFW_VERSION: '4.5'
INSTALLER_PACKAGE_NAME: 'io.github.rnayabed.rangoli'
LINUX_64_STATIC_URL: 'https://github.com/rnayabed/qt-builds/releases/download/6.4.2/qt-6.4.2-rangoli-linux-x86_64-static.zip'
LINUX_64_STATIC_URL: 'https://github.com/rnayabed/qt-builds/releases/download/6.5.0/qt-6.5.0-rangoli-linux-x86_64-static.zip'
WINDOWS_64_OPENSSL_URL: 'https://github.com/rnayabed/OpenSSL-builds/releases/download/1.1.1t/windows-x86_64.zip'
LINUX_64_OPENSSL_URL: 'https://github.com/rnayabed/OpenSSL-builds/releases/download/1.1.1t/linux-x86_64.zip'

Expand Down Expand Up @@ -70,6 +70,7 @@ jobs:
run: |
mv icons/rangoli.svg installer/packages/${INSTALLER_PACKAGE_NAME}/data/bin/rangoli.svg
- name: Move OpenSSL files
if: matrix.arch != 64
run: |
mv openssl/* installer/packages/${INSTALLER_PACKAGE_NAME}/data/bin
- name: Create installer
Expand Down

0 comments on commit a05e63d

Please sign in to comment.