Skip to content

Commit 2d651ff

Browse files
committed
ci: update releaser action and remove unused workflows (upstream stuff)
1 parent ee855de commit 2d651ff

20 files changed

+8
-1273
lines changed

.github/workflows/clang-tests.yml

Lines changed: 0 additions & 40 deletions
This file was deleted.

.github/workflows/closed-issues.yml

Lines changed: 0 additions & 20 deletions
This file was deleted.

.github/workflows/cmake-windows.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,8 @@ jobs:
191191
nightly:
192192
runs-on: ubuntu-latest
193193
needs: [build-clang]
194-
if: github.ref == 'refs/heads/z80'
195194

195+
if: github.ref == 'refs/heads/z80' && github.event_name != 'pull_request'
196196
steps:
197197
- name: Download Windows ez80-clang
198198
uses: actions/download-artifact@v4
@@ -209,9 +209,10 @@ jobs:
209209
zip ez80-clang-link_windows_nightly.zip ez80-clang.exe ez80-link.exe
210210
rm ez80-clang.exe ez80-link.exe
211211
- name: Update nightly release
212-
uses: pyTooling/Actions/releaser@main
212+
uses: softprops/action-gh-release@5122b4edc95f85501a71628a57dc180a03ec7588 # latest as of 2025-12-30
213213
with:
214-
tag: nightly
214+
tag_name: nightly
215+
prerelease: true
215216
token: ${{secrets.GITHUB_TOKEN}}
216217
files: |
217218
ez80-clang-link_windows_nightly.zip

.github/workflows/cmake.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -379,8 +379,8 @@ jobs:
379379
nightly:
380380
runs-on: ubuntu-latest
381381
needs: [build-clang, test-llvm-z80]
382-
if: github.ref == 'refs/heads/z80'
383382

383+
if: github.ref == 'refs/heads/z80' && github.event_name != 'pull_request'
384384
steps:
385385
- name: Download Ubuntu 22.04 ez80-clang
386386
uses: actions/download-artifact@v4
@@ -428,9 +428,10 @@ jobs:
428428
zip ez80-clang-link_macOS_arm_nightly.zip ez80-clang ez80-link
429429
rm ez80-clang ez80-link
430430
- name: Update nightly release
431-
uses: pyTooling/Actions/releaser@main
431+
uses: softprops/action-gh-release@5122b4edc95f85501a71628a57dc180a03ec7588 # latest as of 2025-12-30
432432
with:
433-
tag: nightly
433+
tag_name: nightly
434+
prerelease: true
434435
token: ${{secrets.GITHUB_TOKEN}}
435436
files: |
436437
ez80-clang-link_ubuntu_nightly.zip

.github/workflows/issue-release-workflow.yml

Lines changed: 0 additions & 94 deletions
This file was deleted.

.github/workflows/issue-subscriber.yml

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)