Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
manovotn committed Jul 1, 2024
1 parent 72699e9 commit 6b75976
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ci-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -491,11 +491,8 @@ jobs:
run: |
cd build
gradle -PweldVersion=6.0.0.Beta1 -PweldPath=${GITHUB_WORKSPACE}
- name: Prepare dist
shell: bash
run: find . -name 'weld-*' -type d | tar -czf dist.tgz -T -
- name: Upload dist
- name: Upload dist ZIP file
uses: actions/upload-artifact@v4
with:
name: generated-dist
path: 'dist.tgz'
name: dist
path: ./build/*.zip

0 comments on commit 6b75976

Please sign in to comment.