Skip to content

Commit

Permalink
Fix var names
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Dec 4, 2024
1 parent 9bebbb4 commit b0f602b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-deb-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
matrix:
build: ${{ fromJson(needs.get-build-versions.outputs.versions) }}

name: CKAN ref ${{ matrix.build.ckan-ref }} on Ubuntu ${{ matrix.build.ubuntu-version }}
name: CKAN ref ${{ matrix.build.ckan_ref }} on Ubuntu ${{ matrix.build.ubuntu_version }}

steps:
- name: Checkout
Expand All @@ -41,8 +41,8 @@ jobs:
push: false
outputs: "type=local,dest=."
build-args: |
CKAN_REF=${{ matrix.build.ckan-ref }}
UBUNTU_VERSION=${{ matrix.build.ubuntu-version }}
CKAN_REF=${{ matrix.build.ckan_ref }}
UBUNTU_VERSION=${{ matrix.build.ubuntu_version }}
- name: Rename file
# To remove patch version .e.g python-ckan_2.11.1b0-jammy_amd64.deb -> python-ckan_2.11-jammy_amd64.deb
Expand Down

0 comments on commit b0f602b

Please sign in to comment.