Skip to content

Commit

Permalink
gh build action (win, linux): copy example slides
Browse files Browse the repository at this point in the history
  • Loading branch information
renerocksai committed Jun 17, 2022
1 parent f68df51 commit 5cb5bd8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release-zig-9.1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: zig build -Drelease-fast --verbose

- name: Copy data files
run: cp -pr assets ./zig-out/bin/
run: cp -pr *.sld assets ./zig-out/bin/

- name: Delete unnecessary files
run: rm -fr ./zig-out/bin/assets/pptx
Expand Down Expand Up @@ -90,6 +90,11 @@ jobs:
shell: powershell
run: Copy-Item -Path "assets" -Destination "zig-out/bin/assets" -Recurse

- name: Copy slide files
shell: powershell
run: Copy-Item -Path "*" -Include "*.sld" -Destination "zig-out/bin"


- name: Delete unnecessary files
shell: powershell
run: rm -R "zig-out/bin/assets/pptx"
Expand Down

0 comments on commit 5cb5bd8

Please sign in to comment.