fix: correct pkgdir

f
This commit is contained in:
Martin Wimpress 2023-11-10 15:11:45 +00:00
parent 6ea88b058d
commit 66757f4b57
No known key found for this signature in database
GPG key ID: 61DF940515E06DA3

View file

@ -16,4 +16,4 @@ jobs:
repository: 'ppa:flexiondotorg/quickemu'
gpg_private_key: ${{ secrets.PPA_GPG_PRIVATE_KEY }}
gpg_passphrase: ${{ secrets.PPA_GPG_PASSPHRASE }}
pkgdir: '${{ github.workspace }}/quickemu/'
pkgdir: '${{ github.workspace }}'