Skip to content

Commit 4b6bae5

Browse files
Update build_and_release.yml
1 parent e8095fc commit 4b6bae5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
# - uses: actions/cache@v4.0.2
3131
# with:
3232
# enableCrossOsArchive: true
33-
run: zig fetch https://github.com/Not-Nik/raylib-zig/archive/devel.tar.gz
33+
- run: zig fetch https://github.com/Not-Nik/raylib-zig/archive/devel.tar.gz
3434
- run: zig build
3535
- name: Release
3636
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)