Skip to content

Commit 1796308

Browse files
committed
tmp
1 parent 040a95a commit 1796308

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yaml

+5-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,11 @@ jobs:
8080
name: addon-Windows
8181

8282
- name: Move addons to one folder
83-
run: mkdir prebuilds && mv ./addon-*/* ./prebuilds/
83+
# run: mkdir prebuilds && mv ./addon-*/* ./prebuilds/
84+
run: |
85+
ls -alh .
86+
mkdir prebuilds
87+
mv linux-x64 prebuilds
8488
8589
- name: Build package
8690
run: make package

0 commit comments

Comments
 (0)