From 804c38bbda39a83a076e7e5c056a63d4941b574b Mon Sep 17 00:00:00 2001 From: Mehdi Chinoune Date: Mon, 22 Nov 2021 05:56:12 +0100 Subject: [PATCH] Use github-cli to upload installers --- .github/workflows/build.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0742c78..c828582 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -123,9 +123,8 @@ jobs: with: name: installer - - uses: eine/tip@master - with: - token: ${{ secrets.GITHUB_TOKEN }} - tag: nightly-x86_64 - rm: true - files: msys2-* + - name: Upload Installers + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + run: | + gh release upload nightly-x86_64 msys2-* --clobber -R ${{ github.repository }}