From: Jérémie Astor Date: Fri, 2 Apr 2021 11:09:14 +0000 (+0200) Subject: :wrench: test nightly X-Git-Tag: nightly~789 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=7ba08eff29bde36cc35c5c39de166a99a30dd5aa;p=gwion.git :wrench: test nightly --- diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 08d848dc..6234bce0 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -35,6 +35,7 @@ jobs: - name: build asset run: | + strip gwion 7z a gwion-nightly.zip gwion - name: Deploy release @@ -47,4 +48,4 @@ jobs: asset_path: ./gwion-nightly.zip # path to archive to upload asset_name: gwion-nightly-${{matrix.os}}-$$.zip # name to upload the release as, use $$ to insert date (YYYYMMDD) and 6 letter commit hash asset_content_type: application/zip # required by GitHub API - max_releases: 7 # optional, if there are more releases than this matching the asset_name, the oldest ones are going to be deleted + max_releases: 1 # optional, if there are more releases than this matching the asset_name, the oldest ones are going to be deleted