Skip to content

Commit

Permalink
ci: fix download artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
fanatid committed Oct 17, 2024
1 parent 040a95a commit 9c339f4
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 darwin-arm64 prebuilds
mv linux-x64 prebuilds
mv win32-x64 prebuilds
- name: Build package
run: make package
Expand Down

0 comments on commit 9c339f4

Please sign in to comment.