Skip to content

Commit

Permalink
Fix the Github action file
Browse files Browse the repository at this point in the history
Signed-off-by: Aravinda Vishwanathapura <[email protected]>
  • Loading branch information
aravindavk committed Nov 29, 2022
1 parent af4142b commit 0ae8677
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on-release-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- "*"

jobs:
ubuntu-22.04:
ubuntu-2204:
name: Ubuntu 22.04 packages
runs-on: ubuntu-22.04
steps:
Expand All @@ -17,7 +17,7 @@ jobs:
curl -fsSL https://github.com/kadalu/binnacle/releases/latest/download/install.sh | sudo bash -x
- name: Build Ubuntu packages Arm64/Amd64
run: |
sudo PACKAGING_GPG_SIGNING_KEY="${{ secrets.PACKAGING_GPG_SIGNING_KEY }}" runner.sh ${GITHUB_REF##*/} ubuntu-22.04
sudo PACKAGING_GPG_SIGNING_KEY="${{ secrets.PACKAGING_GPG_SIGNING_KEY }}" ./runner.sh ${GITHUB_REF##*/} ubuntu-22.04
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit 0ae8677

Please sign in to comment.