From 8ac85c6c159a716a4a24fa3a1698bce8a7f6b8bb Mon Sep 17 00:00:00 2001 From: Dion van Velde Date: Thu, 21 Mar 2024 15:18:35 +0100 Subject: [PATCH] Update webapp-build-net-ubuntu.yml --- .github/workflows/webapp-build-net-ubuntu.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/webapp-build-net-ubuntu.yml b/.github/workflows/webapp-build-net-ubuntu.yml index da7ef1d35e..38e76f5788 100644 --- a/.github/workflows/webapp-build-net-ubuntu.yml +++ b/.github/workflows/webapp-build-net-ubuntu.yml @@ -81,7 +81,7 @@ jobs: # needs nothing - no dependencies steps: - - name: trigger release-on-tag-netcore-desktop-electron + - name: trigger desktop-release-on-tag-net-electron.yml shell: bash env: NOTE_READ_THIS_NOW: "Need a github token that has more rights otherwise it will be ignored" @@ -90,5 +90,5 @@ jobs: -H"authorization: Bearer ${{ secrets.WORKFLOW_GITHUB }}" \ -X POST \ -H "Accept: application/vnd.github.v3+json" \ - https://api.github.com/repos/${{ github.repository }}/actions/workflows/release-on-tag-netcore-desktop-electron.yml/dispatches \ + https://api.github.com/repos/${{ github.repository }}/actions/workflows/desktop-release-on-tag-net-electron.yml/dispatches \ -d '{"ref":"master"}' -v