Skip to content

Commit

Permalink
include linux bins
Browse files Browse the repository at this point in the history
  • Loading branch information
jsj committed Jun 15, 2024
1 parent fe880d6 commit 60b5f70
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,8 @@ jobs:
cp -rf ${{steps.download.outputs.download-path}}/artifact-macos-template_release/* ${{ env.TARGET_PATH }}
cp -rf ${{steps.download.outputs.download-path}}/artifact-windows-template_debug/* ${{ env.TARGET_PATH }}
cp -rf ${{steps.download.outputs.download-path}}/artifact-windows-template_release/* ${{ env.TARGET_PATH }}
cp -rf ${{steps.download.outputs.download-path}}/artifact-linux-template_debug/* ${{ env.TARGET_PATH }}
cp -rf ${{steps.download.outputs.download-path}}/artifact-linux-template_release/* ${{ env.TARGET_PATH }}
zip -r demo.zip demo/
cd ${{ env.TARGET_PATH }}/..
Expand Down Expand Up @@ -246,6 +248,8 @@ jobs:
cp -rf ./artifacts/artifact-macos-template_release/* ./addons/godot-duckdb/bin/
cp -rf ./artifacts/artifact-windows-template_debug/* ./addons/godot-duckdb/bin/
cp -rf ./artifacts/artifact-windows-template_release/* ./addons/godot-duckdb/bin/
cp -rf ./artifacts/artifact-linux-template_debug/* ./addons/godot-duckdb/bin/
cp -rf ./artifacts/artifact-linux-template_release/* ./addons/godot-duckdb/bin/
- name: Commit changes and push
run: |
Expand Down

0 comments on commit 60b5f70

Please sign in to comment.