Skip to content

Commit 77ce67d

Browse files
committed
[actions/packaging] checkout before uploading
This is required on dispatch package-release
1 parent 2835ce0 commit 77ce67d

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/package.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,9 @@ jobs:
146146
arch: i386
147147
runs-on: ubuntu-18.04
148148
steps:
149+
- uses: actions/checkout@v2
150+
with:
151+
submodules: recursive
149152
- name: Choose extra mirror
150153
run: |
151154
# We upload in all conditions except when building on PR or branch other than master

.github/workflows/sources/package.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,9 @@ jobs:
157157
matrix: *package-matrix
158158
runs-on: ubuntu-18.04
159159
steps:
160+
- uses: actions/checkout@v2
161+
with:
162+
submodules: recursive
160163
- name: Set upload parameters
161164
<<: *choose-extra-mirror
162165
- name: Download packages

0 commit comments

Comments
 (0)