Revision: 45768
http://sourceforge.net/p/vice-emu/code/45768
Author: gpz
Date: 2025-09-14 16:30:53 +0000 (Sun, 14 Sep 2025)
Log Message:
-----------
add build_mac to publish_release and build_error_notify. macos builds should be ok now :)
Modified Paths:
--------------
trunk/.github/workflows/build-main-on-push.yml
Modified: trunk/.github/workflows/build-main-on-push.yml
===================================================================
--- trunk/.github/workflows/build-main-on-push.yml 2025-09-14 16:08:24 UTC (rev 45767)
+++ trunk/.github/workflows/build-main-on-push.yml 2025-09-14 16:30:53 UTC (rev 45768)
@@ -622,7 +622,7 @@
publish_release:
name: Publish Release
- needs: [create_release, build, build_deb]
+ needs: [create_release, build, build_deb, build_mac]
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@v7
@@ -640,7 +640,7 @@
build_error_notify:
name: IRC Notification of Build Errors
- needs: [cleanup_previous_builds, create_release, build_doc, build, build_deb, publish_release]
+ needs: [cleanup_previous_builds, create_release, build_doc, build, build_deb, build_mac, publish_release]
runs-on: ubuntu-latest
if: ${{ failure() }}
steps:
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|