Skip to content

Commit

Permalink
added a github action for raylib 5.5
Browse files Browse the repository at this point in the history
Updated github actions to package and release raylib 5.5 dist
  • Loading branch information
sudokit authored and lerno committed Dec 3, 2024
1 parent e8447a1 commit 27bbe1e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,16 @@ jobs:
asset_name: raylib5.c3l
asset_content_type: application/zip

- name: upload raylib5.5
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: packages/raylib55.c3l
asset_name: raylib55.c3l
asset_content_type: application/zip

- name: upload sdl2
uses: actions/upload-release-asset@v1
env:
Expand Down

0 comments on commit 27bbe1e

Please sign in to comment.