Skip to content

Commit 160170c

Browse files
committed
add workflows/appimage-release.yml
1 parent 853fed2 commit 160170c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/appimage-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
name: deepin-calculator.AppImage
2020
path: ./appimage/deepin-calculator/build/deepin-calculator.AppImage
2121
- uses: ncipollo/release-action@v1
22-
if: startsWith(github.ref, 'refs/tags/')
22+
if: startsWith(github.ref, 'refs/tags/v')
2323
with:
2424
artifacts: "appimage-release/deepin-calculator.AppImage"
2525
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)