We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed4a8f6 commit 52ebea0Copy full SHA for 52ebea0
.github/workflows/release.yml
@@ -72,7 +72,7 @@ jobs:
72
name: Release ${{ github.ref_name }}
73
artifacts: dist/parallax-${{ github.ref_name }}-opensuse-15.5-*-*
74
allowUpdates: true
75
- replacesArtifacts: true
+ replacesArtifacts: false
76
draft: false
77
prerelease: false
78
.github/workflows/ubuntu_ci.yml
@@ -96,7 +96,7 @@ jobs:
96
97
artifacts: dist/parallax-${{ github.ref_name }}-ubuntu-*-*
98
99
100
101
102
0 commit comments