We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 597d8a6 commit bd64c61Copy full SHA for bd64c61
1 file changed
.github/workflows/cmake.yml
@@ -3,7 +3,7 @@ name: "CMake Build"
3
on:
4
workflow_dispatch:
5
push:
6
- branches: [z80, ci-unification]
+ branches: [z80-17.0.6]
7
8
jobs:
9
build-llvm:
@@ -426,15 +426,3 @@ jobs:
426
run: |
427
zip ez80-clang-link_windows_nightly.zip ez80-clang.exe ez80-link.exe
428
rm ez80-clang.exe ez80-link.exe
429
-
430
- - name: Update nightly release
431
- uses: softprops/action-gh-release@5122b4edc95f85501a71628a57dc180a03ec7588 # latest as of 2025-12-30
432
- with:
433
- tag_name: nightly
434
- prerelease: true
435
- token: ${{secrets.GITHUB_TOKEN}}
436
- files: |
437
- ez80-clang-link_ubuntu_nightly.zip
438
- ez80-clang-link_macOS_intel_nightly.zip
439
- ez80-clang-link_macOS_arm_nightly.zip
440
- ez80-clang-link_windows_nightly.zip
0 commit comments