Skip to content

Commit

Permalink
Update linux.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
raysan5 committed Sep 26, 2024
1 parent a865f1f commit a79e200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
PROJECT_NAME: ${{ github.event.repository.name }}
PROJECT_BUILD_PATH: ${{ github.event.repository.name }}/src
PROJECT_RELEASE_PATH: ${{ github.event.repository.name }}_dev_linux_x64
PROJECT_SOURCES: "raylib_game.c"
PROJECT_SOURCES: "project_name.c"
PROJECT_CUSTOM_FLAGS: ""

steps:
Expand Down

0 comments on commit a79e200

Please sign in to comment.