mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
fix: correct pkgdir
f
This commit is contained in:
parent
6ea88b058d
commit
66757f4b57
1 changed files with 1 additions and 1 deletions
2
.github/workflows/publish-ppa.yml
vendored
2
.github/workflows/publish-ppa.yml
vendored
|
@ -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 }}'
|
||||
|
|
Loading…
Reference in a new issue