Skip to content

Commit

Permalink
Try to upload artifact on release
Browse files Browse the repository at this point in the history
  • Loading branch information
lbinria committed Feb 2, 2024
1 parent 90061f9 commit 7f8bcfb
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/continuous.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Continuous

on: [push]
on:
push:
create:
tags:

jobs:

Expand Down Expand Up @@ -31,6 +34,13 @@ jobs:
- name: Run executable
run: build/delete_face_addon model=build/catorus.geogram facet_index=0

-
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
name: Deploy
run: gh release upload $GITHUB_REF build/delete_face_addon%#%delete_face_addon_${{ matrix.cfg.os }}
if: "startsWith(github.ref, 'refs/tags/')"


windows-msvc:
runs-on: windows-latest
Expand Down

0 comments on commit 7f8bcfb

Please sign in to comment.