Skip to content

Commit 4e96a0f

Browse files
Update workflow to use [email protected] and location_prefix (#31)
1 parent 7b6f24f commit 4e96a0f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/upload_release_github_attachment_container_matrix.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
files: target/rpm/com.teragrep-blf_02/RPMS/x86_64/com.teragrep-blf_02-*.rpm
6060

6161
- name: Update pkg_01 releases repository
62-
uses: teragrep/dfg_01@4.0.0
62+
uses: teragrep/dfg_01@5.0.0
6363
with:
6464
from_repository: "${{ github.repository }}"
6565
from_version: "${{ github.event.release.tag_name }}"
@@ -68,8 +68,9 @@ jobs:
6868
deploy_key: ${{ secrets.PKG_01_DEPLOY_KEY }}
6969
files: target/rpm/com.teragrep-blf_02/RPMS/x86_64/com.teragrep-blf_02-*.rpm
7070
gpg_public_key: "${{ secrets.RPM_SIGNING_PUBLIC_KEY }}"
71-
repo_baseurl: "${{ vars.PKG_01_BASEURL }}"
71+
repo_baseurl: "${{ vars.PKG_01_BASEURL }}/linux/${{ matrix.os }}"
7272
repo_name: "teragrep-${{ matrix.os }}-releases"
73+
location_prefix: "${{ vars.PKG_01_LOCATION_PREFIX }}"
7374
env:
7475
has_deploy_key: ${{ secrets.PKG_01_DEPLOY_KEY != '' }}
7576
if: ${{ env.has_deploy_key == 'true' }}

0 commit comments

Comments
 (0)