From 7ba08eff29bde36cc35c5c39de166a99a30dd5aa Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Fri, 2 Apr 2021 13:09:14 +0200 Subject: [PATCH] :wrench: test nightly --- .github/workflows/nightly.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.43.0