Skip to content

Commit

Permalink
Merge pull request #921 from openzim/rollback-ppa-fix
Browse files Browse the repository at this point in the history
Revert "Simplify even more deb package CI/CD"
  • Loading branch information
kelson42 authored Aug 23, 2024
2 parents 00b8064 + af04c13 commit 70bdf1e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,19 @@ jobs:

- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # pin@v4

# Determine which PPA we should upload to
- name: PPA
id: ppa
run: |
if [[ $REF == refs/tags* ]]
then
echo "::set-output name=ppa::kiwixteam/release"
else
echo "::set-output name=ppa::kiwixteam/dev"
fi
env:
REF: ${{ github.ref }}

- uses: legoktm/gh-action-auto-dch@2b7d6a33db93a408d4b5e2edf38be7fd578b11d7 # pin@main
with:
fullname: Kiwix builder
Expand Down

0 comments on commit 70bdf1e

Please sign in to comment.