Skip to content

Commit

Permalink
Update path for target SQL files
Browse files Browse the repository at this point in the history
Issue #1
  • Loading branch information
pokornyIt committed Dec 5, 2022
1 parent 8107872 commit 7d2595b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,11 @@ jobs:

- name: Create directory
run: |
mkdir -p ${BUILD_ARTIFACTS_FOLDER}/DBScripts
mkdir -p ${BUILD_ARTIFACTS_FOLDER}
cp -r LICENSE README.md install_zqm_axl_importer.sh config.yaml ${{ env.BUILD_ARTIFACTS_FOLDER }}/
cp -r config.json flush_sc_cache.txt jmxterm-1.0.1-uber.jar remove_zqm_axl_importer.sh ${{ env.BUILD_ARTIFACTS_FOLDER }}/
cp -r CUCM_User_import_into_QM.pdf callrec-zqm-axl-importer.service ${{ env.BUILD_ARTIFACTS_FOLDER }}/
cp -r DBScripts/01_createschema.sql DBScripts/02_createtable.sql DBScripts/00_cleanup.sql ${{ env.BUILD_ARTIFACTS_FOLDER }}/DBScripts/
cp -r DBScripts/01_createschema.sql DBScripts/02_createtable.sql DBScripts/00_cleanup.sql ${{ env.BUILD_ARTIFACTS_FOLDER }}/
- name: Build
run: go build -v -o "${{ env.BUILD_ARTIFACTS_FOLDER }}/${{ env.BINARY_NAME }}${{ env.BINARY_EXT }}" -ldflags="-X 'main.Version=${{ env.APP_VERSION }}' -X 'main.BuildDate=${{ env.BUILD_TIME }}' -X 'main.Branch=${{ github.ref }}' -X 'main.Revision=${{ github.SHA }}' -X 'main.BuildUser=${{ env.BUILD_USER }}'" .
Expand Down

0 comments on commit 7d2595b

Please sign in to comment.