Skip to content

Commit

Permalink
aur build default package qt6 - try fix
Browse files Browse the repository at this point in the history
  • Loading branch information
olegantonyan committed Mar 15, 2024
1 parent 6726e1c commit 3725435
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release-aur-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@ jobs:
with:
ruby-version: 3.1

- name: Run release script (Qt5)
env:
AUR_SSH_PRIVATE_KEY: ${{ secrets.AUR_SSH_PRIVATE_KEY }}
PKGNAME: mpz-qt5
PKGBUILD: ./.github/aur/PKGBUILD_Qt5.erb
SRCINFO: ./.github/aur/SRCINFO_Qt5.erb
run: ./.github/release-aur-github-action.rb

- name: Run release script
env:
AUR_SSH_PRIVATE_KEY: ${{ secrets.AUR_SSH_PRIVATE_KEY }}
PKGNAME: mpz
PKGBUILD: ./.github/aur/PKGBUILD_Qt6.erb
SRCINFO: ./.github/aur/SRCINFO_Qt6.erb
run: ./.github/release-aur-github-action.rb

- name: Run release script (Qt5)
env:
AUR_SSH_PRIVATE_KEY: ${{ secrets.AUR_SSH_PRIVATE_KEY }}
PKGNAME: mpz-qt5
PKGBUILD: ./.github/aur/PKGBUILD_Qt5.erb
SRCINFO: ./.github/aur/SRCINFO_Qt5.erb
run: ./.github/release-aur-github-action.rb

0 comments on commit 3725435

Please sign in to comment.