From: Daniel Wagner Date: Mon, 23 Jan 2023 15:21:54 +0000 (+0100) Subject: build: Upload latest AppImage X-Git-Tag: v2.3~15^2 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=81fc623e7da8b004e4c60e8bff82b7087e092746;p=users%2Fsagi%2Fnvme-cli.git build: Upload latest AppImage We have to upload the AppImage as release to be able set a link. Signed-off-by: Daniel Wagner --- diff --git a/.github/workflows/appimage.yml b/.github/workflows/appimage.yml index 6b6057f4..e8d2e8ab 100644 --- a/.github/workflows/appimage.yml +++ b/.github/workflows/appimage.yml @@ -31,3 +31,7 @@ jobs: with: name: AppImage path: '*.AppImage*' + - uses: pyTooling/Actions/releaser@r0 + with: + token: ${{ secrets.GITHUB_TOKEN }} + files: '*.AppImage'