Skip to content

Commit

Permalink
💩 Test composite
Browse files Browse the repository at this point in the history
  • Loading branch information
Freed-Wu committed Nov 19, 2024
1 parent 44bb733 commit f010f97
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,14 @@ jobs:
- name: Build
run: |
tar vcafC ../pyrime-0.0.3.tar.gz pyrime-0.0.3 ..
mv ../pyrime-0.0.3.tar.gz .
- uses: Freed-Wu/publish-ppa-package@main
- uses: Freed-Wu/publish-ppa-package@master
with:
repository: freedwu/rime
series: jammy noble oracular plucky
extra_ppa: freedwu/backport
revision: 2
gpg_private_key: ${{secrets.GPG_PRIVATE_KEY}}
gpg_passphrase: ${{secrets.GPG_PASSPHRASE}}
tarball: ./*.tar.*
tarball: ../*.tar.*
deb_email: ${{secrets.DEB_EMAIL}}
deb_fullname: freedwu
debmake_arguments: -bpyrime:python3

0 comments on commit f010f97

Please sign in to comment.