pull/7154/head
Gokhan Gulbiz 2023-08-17 14:38:02 +03:00
parent fb937db14a
commit 1bc08df1a0
No known key found for this signature in database
GPG Key ID: 608EF06B6BD1B45B
2 changed files with 5 additions and 4 deletions

View File

@ -103,7 +103,7 @@ jobs:
options: --user root
steps:
- uses: actions/checkout@v3.5.0
- name: Expose PG_MAJOR to Github Env
- name: Expose $PG_MAJOR to Github Env
run: echo "PG_MAJOR=${PG_MAJOR}" >> $GITHUB_ENV
shell: bash
- name: Build
@ -167,7 +167,7 @@ jobs:
- build
steps:
- uses: actions/checkout@v3.5.0
- name: Expose PG_MAJOR to Github Env
- name: Expose $PG_MAJOR to Github Env
run: echo "PG_MAJOR=${PG_MAJOR}" >> $GITHUB_ENV
shell: bash
- uses: actions/download-artifact@v3.0.1

View File

@ -86,9 +86,10 @@ jobs:
fail-fast: false
matrix: ${{ fromJson(needs.prepare_parallelization_matrix.outputs.json) }}
steps:
- run: echo "PG_MAJOR=${PG_MAJOR}" >> $GITHUB_ENV
shell: bash
- uses: actions/checkout@v3.5.0
- name: Expose $PG_MAJOR to Github Env
run: echo "PG_MAJOR=${PG_MAJOR}" >> $GITHUB_ENV
shell: bash
- uses: actions/download-artifact@v3.0.1
with:
name: build-${{ env.PG_MAJOR }}