Skip to content

Commit

Permalink
fix: correct pkgdir
Browse files Browse the repository at this point in the history
f
  • Loading branch information
flexiondotorg committed Nov 10, 2023
1 parent 6ea88b0 commit 66757f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-ppa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}'

0 comments on commit 66757f4

Please sign in to comment.