Skip to content

Commit

Permalink
Fix building with 3.3.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
mentaljam committed Jul 20, 2021
1 parent 769d14c commit 0694d27
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@ jobs:

- name: Build 3.3.0.14
env:
RELEASE: 3.3.0.14
RELEASE: 3.3.0.14
SFOS_MIN: 3.3
SFOS_MAX: 3.4
ARCH: armv7hl i486
ARCHS: armv7hl i486
run: bash ./scripts/gha-build.sh

- name: Build 4.1.0.24
env:
RELEASE: 4.1.0.24
RELEASE: 4.1.0.24
SFOS_MIN: 3.4
ARCHS: armv7hl aarch64 i486
ARCHS: armv7hl aarch64 i486
run: bash ./scripts/gha-build.sh

- name: Create release
Expand Down
2 changes: 1 addition & 1 deletion rpm/harbour-storeman.spec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Name: harbour-storeman
Summary: OpenRepos Client for Sailfish OS
Version: 0.2.8
Release: 1~sdk%{getenv:RELEASE}
Release: 2~sdk%{getenv:RELEASE}
Group: Qt/Qt
License: MIT
URL: https://github.com/mentaljam/harbour-storeman
Expand Down

0 comments on commit 0694d27

Please sign in to comment.