diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9d86171..1004aeb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -99,6 +99,16 @@ jobs: asset_name: tigr.c3l asset_content_type: application/zip + - name: upload opengl + uses: actions/upload-release-asset@v1 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + with: + upload_url: ${{ steps.create_release.outputs.upload_url }} + asset_path: packages/opengl.c3l + asset_name: opengl.c3l + asset_content_type: application/zip + - name: upload curl uses: actions/upload-release-asset@v1 env: diff --git a/README.md b/README.md index 5294e20..035cf5e 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ This repository contains external libraries for use with C3. - SDL2 2.28.x https://libsdl.org/ - WIP - Tigr https://github.com/erkkah/tigr (Needs Windows & macOS static libraries) - Curl https://curl.se/docs/manpage.html +- OpenGL ## Guide for writing bindings