Skip to content

Commit

Permalink
..............................
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerboa-app committed Oct 23, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent ac8e679 commit 36a1f73
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci-builds.yml
Original file line number Diff line number Diff line change
@@ -133,11 +133,15 @@ jobs:
uses: actions/download-artifact@v3
with:
name: headers
path: headers/

- name: pack headers
run: |
ls
mkdir headers
mv *.h headers/
mv Display headers
mv OpenGL headers
mv Vulkan headers
zip headers.zip headers
- name: get linux build

0 comments on commit 36a1f73

Please sign in to comment.