Skip to content

Commit 995a68d

Browse files
authored
Merge pull request #259 from freeswitch/gha
[GHA] Shorten artifact path store location.
2 parents 0d65438 + 95bbefe commit 995a68d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cicd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
ARTIFACTS_PATTERN: '.*\.(deb)$'
4545
DOCKERFILE: .github/docker/${{ matrix.os }}/${{ matrix.version }}/${{ matrix.platform.name }}/Dockerfile
4646
MAINTAINER: 'Andrey Volk <[email protected]>'
47-
META_FILE_PATH_PREFIX: /var/www/sofia/${{ github.ref_name }}/${{ matrix.os }}-${{ matrix.platform.name }}/${{ github.run_id }}-${{ github.run_number }}
47+
META_FILE_PATH_PREFIX: /var/www/sofia/${{ github.ref_name }}/${{ github.run_id }}-${{ github.run_number }}
4848
PLATFORM: ${{ matrix.platform.name }}
4949
# REPO_DOMAIN: freeswitch.signalwire.com
5050
TARGET_ARTIFACT_NAME: ${{ matrix.os }}-${{ matrix.version }}-${{ matrix.platform.name }}-artifact
@@ -80,7 +80,7 @@ jobs:
8080
ARTIFACTS_PATTERN: '.*\.(rpm)$'
8181
DOCKERFILE: .github/docker/${{ matrix.os }}/${{ matrix.version }}/${{ matrix.platform.name }}/Dockerfile
8282
MAINTAINER: 'Andrey Volk <[email protected]>'
83-
META_FILE_PATH_PREFIX: /var/www/sofia/${{ github.ref_name }}/${{ matrix.os }}-${{ matrix.platform.name }}/${{ github.run_id }}-${{ github.run_number }}
83+
META_FILE_PATH_PREFIX: /var/www/sofia/${{ github.ref_name }}/${{ github.run_id }}-${{ github.run_number }}
8484
PLATFORM: ${{ matrix.platform.name }}
8585
# REPO_DOMAIN: freeswitch.signalwire.com
8686
TARGET_ARTIFACT_NAME: ${{ matrix.os }}-${{ matrix.version }}-${{ matrix.platform.name }}-artifact
@@ -105,7 +105,7 @@ jobs:
105105
contents: read
106106
uses: signalwire/actions-template/.github/workflows/meta-repo-content.yml@main
107107
with:
108-
META_CONTENT: '/var/www/sofia/${{ github.ref_name }}/*/${{ github.run_id }}-${{ github.run_number }}'
108+
META_CONTENT: '/var/www/sofia/${{ github.ref_name }}/${{ github.run_id }}-${{ github.run_number }}'
109109
META_REPO: signalwire/bamboo_gha_trigger
110110
META_REPO_BRANCH: trigger/sofia/${{ github.ref_name }}
111111
secrets:

0 commit comments

Comments
 (0)