We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52ebea0 commit 791d0f6Copy full SHA for 791d0f6
.github/workflows/release.yml
@@ -70,7 +70,7 @@ jobs:
70
token: ${{ secrets.GITHUB_TOKEN }}
71
tag: ${{ github.ref_name }}
72
name: Release ${{ github.ref_name }}
73
- artifacts: dist/parallax-${{ github.ref_name }}-opensuse-15.5-*-*
+ artifacts: dist/parallax-${{ github.ref_name }}-opensuse-15.5-*
74
allowUpdates: true
75
replacesArtifacts: false
76
draft: false
0 commit comments