Skip to content

Commit

Permalink
[GHA] Doesnt use 'working-directory'
Browse files Browse the repository at this point in the history
  • Loading branch information
RoiArthurB committed Oct 4, 2021
1 parent a654a8f commit f759a45
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/github-travis.yml
Expand Up @@ -61,16 +61,15 @@ jobs:
env:
MSG: ${ github.event.head_commit.message }

- name: Check current files
run: ls -lah /home/runner/work/gama/gama/ummisco.gama.product/target/products
# cf https://github.com/actions/upload-artifact/issues/246
- name: Move artefacts to root tree
run: mv ${{ github.workspace }}/ummisco.gama.product/target/products/Gama*zip ${{ github.workspace }}

- uses: actions/upload-artifact@v2
if: env.CONTINUE
env:
working_directory: /home/runner/work/gama/gama/ummisco.gama.product/target
if: env.CONTINUE == 'true'
with:
name: gama-zip-builds
path: ./products/*zip
path: ./Gama*zip

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

0 comments on commit f759a45

Please sign in to comment.