Skip to content

Commit

Permalink
Try to make a tar archive on CI for distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
lbinria committed Feb 8, 2024
1 parent 1602197 commit a00fedd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/continuous.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,15 @@ jobs:
- name: Run executable
run: build/delete_facet_addon_${{ matrix.cfg.os }} model=build/catorus.geogram facet_index=0

- name: Create archive
run: tar -czvf addon_examples_${{ matrix.cfg.os }}.tar.gz build/delete_facet_addon_${{ matrix.cfg.os }} build/smoother_addon_${{ matrix.cfg.os }} build/lib/*
-
name: Deploy
uses: xresloader/upload-to-github-release@v1
with:
tags: true
draft: false
file: build/delete_facet_addon_${{ matrix.cfg.os }};build/smoother_addon_${{ matrix.cfg.os }}
file: addon_examples_${{ matrix.cfg.os }}.tar.gz
overwrite: false
update_latest_release: true
verbose: true
Expand Down

0 comments on commit a00fedd

Please sign in to comment.