diff --git a/.github/workflows/release-launchpad.yml b/.github/workflows/release-launchpad.yml index ff3cf904..d49ada8e 100644 --- a/.github/workflows/release-launchpad.yml +++ b/.github/workflows/release-launchpad.yml @@ -8,8 +8,6 @@ on: [push] env: LANG: "pl_PL.UTF-8" - LANGUAGE: "pl_PL:en" - LC_ALL: "pl_PL.UTF-8" jobs: build: @@ -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 @@ -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: |