From aef7cd6fd8a854508e637eda9deb9e1f2b27527f Mon Sep 17 00:00:00 2001 From: Quentin Millardet Date: Fri, 9 May 2025 00:00:23 +0200 Subject: [PATCH] =?UTF-8?q?PAssge=20=C3=A0=20gitea=20action=20qui=20suppor?= =?UTF-8?q?t=20une=20url=20personalis=C3=A9e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/release.yml | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 91a6bb5..416372f 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -10,17 +10,10 @@ jobs: uses: actions/checkout@v3 - - name: Upload to release - uses: JasonEtco/upload-to-release@master - with: - args: White-light.wav + - uses: akkuman/gitea-release-action@v1 env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - - - name: Upload to release - uses: JasonEtco/upload-to-release@master + NODE_OPTIONS: '--experimental-fetch' # if nodejs < 18 with: - args: White-light.fseq - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + files: |- + White-light.fseq\ + White-light.wav \ No newline at end of file