We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 160170c commit b3cf4daCopy full SHA for b3cf4da
.github/workflows/appimage-release.yml
@@ -1,7 +1,8 @@
1
name: appimage-release
2
on:
3
push:
4
- branches: [ main ]
+ tags:
5
+ - 'v*'
6
jobs:
7
appimage:
8
runs-on: ubuntu-20.04
@@ -19,7 +20,6 @@ jobs:
19
20
name: deepin-calculator.AppImage
21
path: ./appimage/deepin-calculator/build/deepin-calculator.AppImage
22
- uses: ncipollo/release-action@v1
- if: startsWith(github.ref, 'refs/tags/v')
23
with:
24
- artifacts: "appimage-release/deepin-calculator.AppImage"
+ artifacts: "./appimage/deepin-calculator/build/deepin-calculator.AppImage"
25
token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments