Skip to content

Commit 88470f5

Browse files
committed
Fix build linux installer
1 parent 29f05b6 commit 88470f5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/Publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ jobs:
7676
runs-on: ubuntu-latest
7777
needs: [ package-linux, package-windows, package-archive ]
7878
steps:
79+
- name: Checkout
80+
uses: actions/checkout@v4
7981
- name: Download artifacts
8082
uses: actions/download-artifact@v4
8183
with:

0 commit comments

Comments
 (0)