Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
fanatid committed Oct 17, 2024
1 parent 040a95a commit 1796308
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,11 @@ jobs:
name: addon-Windows

- name: Move addons to one folder
run: mkdir prebuilds && mv ./addon-*/* ./prebuilds/
# run: mkdir prebuilds && mv ./addon-*/* ./prebuilds/
run: |
ls -alh .
mkdir prebuilds
mv linux-x64 prebuilds
- name: Build package
run: make package
Expand Down

0 comments on commit 1796308

Please sign in to comment.