Skip to content

Commit

Permalink
[GHA] Exchange artefacts from 'signed' to 'publish' job
Browse files Browse the repository at this point in the history
  • Loading branch information
RoiArthurB committed Oct 5, 2021
1 parent 407c8ae commit 9bc18a9
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions .github/workflows/github-travis.yml
Expand Up @@ -169,26 +169,23 @@ jobs:
- uses: actions/upload-artifact@v2
env:
working_directory: ./artifacts
working_directory: ${{ github.workspace }}/artifacts
with:
name: gama-zip-builds
path: ./Gama*
name: gama-signed
path: |
./*zip
./*dmg
publish-archives:
needs: apple-signing
runs-on: ubuntu-latest
steps:

- name: Set Travis env
run: |
if [ "${{ github.event_name }}" == "workflow_dispatch" ]; then
echo "[WARNING] Forcing travis version release"
echo "TRAVIS_MSG=ci release" >> $GITHUB_ENV
else
echo "TRAVIS_MSG=$(echo $github.event.head_commit.message )" >> $GITHUB_ENV
fi
echo $TRAVIS_MSG
- uses: actions/download-artifact@v2
with:
name: gama-signed
path: ./artifacts/

- name: Publish to Github
shell: bash
Expand Down

0 comments on commit 9bc18a9

Please sign in to comment.