From 002cc6cb0378830f92ff3de78da8eb838608805b Mon Sep 17 00:00:00 2001 From: Dheepak Krishnamurthy Date: Wed, 28 Oct 2020 14:52:57 -0600 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 47d9c4c..86587fb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -195,9 +195,17 @@ jobs: Type=Application Categories=Utility; EOF - wget https://taskwarrior.org/images/tw-s.png - mv tw-s.png AppDir/icon.png + wget https://user-images.githubusercontent.com/1813121/97495331-1dda4a80-192d-11eb-94eb-c276f538cfa8.png + mv 97495331-1dda4a80-192d-11eb-94eb-c276f538cfa8.png AppDir/icon.png ./linuxdeploy-x86_64.AppImage -d AppDir/taskwarrior-tui.desktop -i AppDir/icon.png --appdir AppDir --output appimage + - name: Releasing assets + if: startsWith(github.ref, 'refs/tags/') + uses: softprops/action-gh-release@v1 + with: + files: | + taskwarrior-tui-*.AppImage + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} snap: name: Push to snap