File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
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 :
You can’t perform that action at this time.
0 commit comments