Skip to content

Commit

Permalink
Release individual files to get around release file size limits
Browse files Browse the repository at this point in the history
  • Loading branch information
vjf authored Jul 25, 2024
1 parent ffacefb commit d0a7a4f
Showing 1 changed file with 7 additions and 16 deletions.
23 changes: 7 additions & 16 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,10 @@ jobs:
workflow: build-models.yml
workflow_conclusion: success
branch: master
- name: Bundle artifacts together
run: |
ls
echo "---"
ls -lR
#mkdir geomodels
#for i in `ls -d1 geomodels-*`; do mv $i/* geomodels; done
#tar cvfz ${{inputs.rel_tag}}-geomodels_web_assets.tar.gz ./geomodels
#- name: Add to release
# uses: softprops/action-gh-release@v2
# with:
# tag_name: ${{inputs.rel_tag}}
# name: Source and web asset release based on tag ${{inputs.rel_tag}}
# files: |
# ${{inputs.rel_tag}}-geomodels_web_assets.tar.gz
- name: Add to release
uses: softprops/action-gh-release@v2
with:
tag_name: ${{inputs.rel_tag}}
name: Source and web asset release based on tag ${{inputs.rel_tag}}
files: |
geomodels-*-web-assets.tar.gz

0 comments on commit d0a7a4f

Please sign in to comment.