Skip to content

Commit

Permalink
updating CI to get rid of depreaction warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
ARolek committed Sep 4, 2023
1 parent b61dbb4 commit 442362a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/tegola-upload-path/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ runs:
shell: bash

- id: compute-path
run: echo "::set-output name=dir-path::${TEGOLA_PATH}"
run: echo "dir-path=${TEGOLA_PATH}" >> $GITHUB_OUTPUT
shell: bash
4 changes: 2 additions & 2 deletions .github/workflows/on_release_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
upload_postfix: "_linux_arm64"

build_tegola_lambda_amd64:
name: Build tegola_lambda on Amazon Linux
name: Build tegola_lambda on Amazon Linux (amd64)
needs: [gen_version]
runs-on: ubuntu-22.04

Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
upload_postfix: "_amd64"

build_tegola_lambda_arm64:
name: Build tegola_lambda on Amazon Linux
name: Build tegola_lambda on Amazon Linux (arm64)
needs: [gen_version]
runs-on: ubuntu-22.04

Expand Down

0 comments on commit 442362a

Please sign in to comment.