Skip to content

Commit

Permalink
Release 4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
guerinoni committed Apr 13, 2021
1 parent 519dfbd commit 60190f8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 11 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/linuxPackage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
packaging:
strategy:
matrix:
qt_version: [5.15.0]
platform: [ubuntu-20.04]
qt_version: [5.15.2]
platform: [ubuntu-latest]
arch: [x64]
fail-fast: false
runs-on: ${{ matrix.platform }}
Expand All @@ -27,16 +27,12 @@ jobs:
sudo apt install libgl-dev libx11-dev libxkbcommon-x11-dev
- name: Installing Qt
uses: jurplel/install-qt-action@v2.6.2
uses: jurplel/install-qt-action@v2.13.0
with:
version: ${{ matrix.qt_version }}
arch: ${{ matrix.qtarch }}
cached: ${{ steps.cache-qt.outputs.cache-hit }}

- name: SetEnv
run: echo ::set-env name=RELEASE_VERSION::${GITHUB_REF#refs/*/}


- name: Build
shell: bash
run: |
Expand All @@ -47,13 +43,13 @@ jobs:
shell: bash
run: |
cd scripts
./universal.sh $RELEASE_VERSION
./universal.sh ${GITHUB_REF#refs/tags/}
- name: makeDebian
shell: bash
run: |
cd scripts
./debian.sh $RELEASE_VERSION
./debian.sh ${GITHUB_REF#refs/tags/}
- name: UploadUniversal
uses: svenstaro/upload-release-action@v2
Expand Down
2 changes: 1 addition & 1 deletion data/org.guerinoni.qTsConverter.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
</screenshots>
<content_rating type="oars-1.1" />
<releases>
<release version="4.3.4" timestamp="2020-08-13"/>
<release version="4.4.0" timestamp="2021-04-13"/>
</releases>
</component>
2 changes: 1 addition & 1 deletion data/org.guerinoni.qTsConverter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ modules:
sources:
- type: git
url: https://github.com/guerinoni/qTsConverter
tag: 4.3.4
tag: 4.4.0

0 comments on commit 60190f8

Please sign in to comment.