Skip to content

Commit

Permalink
[GHA] Add some verbose debug
Browse files Browse the repository at this point in the history
  • Loading branch information
RoiArthurB committed Oct 4, 2021
1 parent 879566d commit 062c31a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/github-travis.yml
Expand Up @@ -46,11 +46,13 @@ jobs:
- name: Set Travis env
run: |
if [[ "${{ github.event_name }}" == "workflow_dispatch" || "${{ github.event.head_commit.message }}" == "ci" ]]; then
echo "The action will continue and create a release"
echo "CONTINUE=true" >> $GITHUB_ENV
else
echo "The action will nicely stop now"
echo "CONTINUE=false" >> $GITHUB_ENV
fi
echo $TRAVIS_MSG
echo ${{ env.CONTINUE }}
- name: Make zip file
if: ${{ env.CONTINUE }}
Expand All @@ -65,7 +67,7 @@ jobs:
working_directory: $GITHUB_WORKSPACE/ummisco.gama.product/target/products
with:
name: gama-zip-builds
path: ./*zip
path: ./**zip

outputs:
continue_pipeline: ${{ env.CONTINUE }}
Expand Down

0 comments on commit 062c31a

Please sign in to comment.