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
1 parent bb1fecf commit b8e9441
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,9 @@ jobs:
with:
name: headers
path: headers/
run: |
ls
zip headers.zip headers
- name: get linux build
uses: actions/download-artifact@v3
Expand All @@ -156,7 +159,7 @@ jobs:
files: |
libjGL-linux-x86_64.a
libjGL-windows.a
headers
headers.zip
# - name: create release
# id: createRelease
# uses: actions/create-release@v1
Expand Down

0 comments on commit b8e9441

Please sign in to comment.