Skip to content

Commit

Permalink
chore: Update golang.yml workflow to copy golang-build-deploy.sh from…
Browse files Browse the repository at this point in the history
… the correct directory
  • Loading branch information
tanjilbhuiyan committed May 16, 2024
1 parent f24dfce commit 9d7cb20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: |
echo "List all the files that have changed: ${{ steps.changed-files-specific.outputs.all_changed_files }}"
echo "${{ steps.changed-files-specific.outputs.all_changed_files }}" > list.txt
cp ../.github/scripts/golang-build-deploy.sh .
cp .github/scripts/golang-build-deploy.sh .
bash golang-build-deploy.sh
# Execute build and deploy script if any Go files have changed

Expand Down

0 comments on commit 9d7cb20

Please sign in to comment.