Skip to content

Commit

Permalink
Merge pull request #11154 from keymanapp/chore/linux/11143_Unreleased…
Browse files Browse the repository at this point in the history
…PkgBuildFailures

chore(linux): Fix typo in path of `build-binary-packages` action
  • Loading branch information
ermshiperete committed Apr 3, 2024
2 parents 6766ecd + 4ac9665 commit 73b8ff2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deb-packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Build
uses: ./.github/actions/build-binary-package
uses: ./.github/actions/build-binary-packages
with:
dist: ${{ matrix.dist }}
version: ${{ needs.sourcepackage.outputs.VERSION }}
Expand All @@ -140,7 +140,7 @@ jobs:
steps:
- name: Build
continue-on-error: true
uses: ./.github/actions/build-binary-package
uses: ./.github/actions/build-binary-packages
with:
dist: ${{ matrix.dist }}
version: ${{ needs.sourcepackage.outputs.VERSION }}
Expand Down

0 comments on commit 73b8ff2

Please sign in to comment.