Skip to content

Commit

Permalink
Add shaders copy step
Browse files Browse the repository at this point in the history
  • Loading branch information
Dextinfire committed Sep 27, 2024
1 parent 8f64e29 commit b9f8cf2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,8 @@ jobs:
cp impacto.nro "${{ github.workspace }}/release/ci-release"
cp -r profiles "${{ github.workspace }}/release/ci-release"
cp -r games "${{ github.workspace }}/release/ci-release"
- name: Copy Shaders
run: cp -r shaders "${{ github.workspace }}/release/ci-release"
- name: Copy docs
run: |
cp THIRDPARTY.md README.md LICENSE "${{ github.workspace }}/release/ci-release"
Expand Down

0 comments on commit b9f8cf2

Please sign in to comment.