Skip to content

Commit

Permalink
Update release-launchpad.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
stsdc committed Oct 29, 2022
1 parent 3094080 commit ce97464
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/release-launchpad.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ on: [push]

env:
LANG: "pl_PL.UTF-8"
LANGUAGE: "pl_PL:en"
LC_ALL: "pl_PL.UTF-8"

jobs:
build:
Expand All @@ -24,10 +22,10 @@ jobs:
run: apt update && apt install -y gpg-agent

- name: Import GPG key
uses: crazy-max/ghaction-import-gpg@v2
env:
GPG_PRIVATE_KEY: ${{ secrets.GPG_SIGNING_KEY }}
PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
uses: crazy-max/ghaction-import-gpg@v5
with:
gpg_private_key: ${{ secrets.GPG_SIGNING_KEY }}
passphrase: ${{ secrets.GPG_PASSPHRASE }}

- name: Check out source code
uses: actions/checkout@v1
Expand All @@ -50,7 +48,7 @@ jobs:
run: locale-gen ${{ env.LANG }} && update-locale LANG=${{ env.LANG }}

- name: Build the package
run: LC_ALL=pl_PL.UTF-8 debuild --no-lintian -S
run: LC_ALL=${{ env.LANG }} debuild --no-lintian -S

- name: Send to Launchpad
run: |
Expand Down

0 comments on commit ce97464

Please sign in to comment.