Skip to content

Commit

Permalink
fix: ppa path
Browse files Browse the repository at this point in the history
  • Loading branch information
kvendingoldo committed Jun 5, 2024
1 parent ea91aee commit 60a4d83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-ppa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Update chocolatey checksums
- name: Download tenv tarballs
run: |
echo "[INFO] Wait until all artefacts will be uploaded"
sleep 300
sleep 120
release_tag=${{ github.event.release.tag_name }}
release_version="${release_tag#v}"
Expand All @@ -29,7 +29,7 @@ jobs:
- name: Publish PPA
uses: yuezk/publish-ppa-package@v2
with:
repository: "ppa:kvendingoldo/tenv"
repository: "kvendingoldo/tenv"
gpg_private_key: ${{ secrets.PPA_GPG_PRIVATE_KEY }}
gpg_passphrase: ${{ secrets.PPA_GPG_PASSPHRASE }}
tarball: /tmp/tenv*.tar.gz
Expand Down

0 comments on commit 60a4d83

Please sign in to comment.