Skip to content

Commit 01f05a0

Browse files
committed
Update CI
Signed-off-by: Bensuperpc <[email protected]>
1 parent 3f7bc4e commit 01f05a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626
run: sudo make update
2727
- name: "🧹 Uninstall"
2828
run: sudo make uninstall
29-
- name: "🛠️ build package"
30-
run: sudo make dist
3129
- name: "🛠️ build full package"
3230
run: sudo make dist-full
31+
- name: "🛠️ build package"
32+
run: sudo make dist
3333
- uses: "marvinpinto/action-automatic-releases@latest"
3434
with:
3535
repo_token: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)