mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-27 10:07:40 +00:00
Merge pull request #9155 from keymanapp/fix/linux/packaginggha
fix(linux): Another attempt to fix packaging GHA
This commit is contained in:
commit
038cf98db1
1 changed files with 1 additions and 2 deletions
3
.github/workflows/deb-packaging.yml
vendored
3
.github/workflows/deb-packaging.yml
vendored
|
|
@ -113,9 +113,8 @@ jobs:
|
|||
path: artifacts
|
||||
|
||||
- name: Build
|
||||
uses: sillsdev/gha-ubuntu-packaging@32ebcd2aa0c163a750e6a3aa58e03089af811a7e # v0.5
|
||||
uses: sillsdev/gha-ubuntu-packaging@01e19837bcf45ec522dd7b091970efd12ce8f3ad # v0.6
|
||||
with:
|
||||
github_token: "${{secrets.GITHUB_TOKEN}}"
|
||||
dist: "${{ matrix.dist }}"
|
||||
platform: "${{ matrix.arch }}"
|
||||
source_dir: "artifacts/keyman-srcpkg"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue