We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8095fc commit 4b6bae5Copy full SHA for 4b6bae5
.github/workflows/build_and_release.yml
@@ -30,7 +30,7 @@ jobs:
30
# - uses: actions/cache@v4.0.2
31
# with:
32
# enableCrossOsArchive: true
33
- run: zig fetch https://github.com/Not-Nik/raylib-zig/archive/devel.tar.gz
+ - run: zig fetch https://github.com/Not-Nik/raylib-zig/archive/devel.tar.gz
34
- run: zig build
35
- name: Release
36
uses: softprops/action-gh-release@v1
0 commit comments