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 853fed2 commit 160170cCopy full SHA for 160170c
.github/workflows/appimage-release.yml
@@ -19,7 +19,7 @@ jobs:
19
name: deepin-calculator.AppImage
20
path: ./appimage/deepin-calculator/build/deepin-calculator.AppImage
21
- uses: ncipollo/release-action@v1
22
- if: startsWith(github.ref, 'refs/tags/')
+ if: startsWith(github.ref, 'refs/tags/v')
23
with:
24
artifacts: "appimage-release/deepin-calculator.AppImage"
25
token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments