We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a2e297 commit fe47311Copy full SHA for fe47311
1 file changed
.github/workflows/release.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Make gradlew executable
25
run: chmod +x ./gradlew
26
- name: Build DEB package
27
- run: ./gradlew taskBuildDeb
+ run: ./gradlew clean taskBuildDeb
28
- name: Extract version from yaml
29
id: version
30
run: |
0 commit comments