From a17e61e265857f5e8a5ba10468a93185d4f6e042 Mon Sep 17 00:00:00 2001 From: Dimitris Panokostas Date: Tue, 18 Jun 2024 21:53:09 +0200 Subject: [PATCH] Update build-winuae-binary.yml --- .github/workflows/build-winuae-binary.yml | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) diff --git a/.github/workflows/build-winuae-binary.yml b/.github/workflows/build-winuae-binary.yml index 5a0ba42b..d124b938 100644 --- a/.github/workflows/build-winuae-binary.yml +++ b/.github/workflows/build-winuae-binary.yml @@ -2,13 +2,13 @@ name: Build WinUAE binary on: workflow_dispatch: - inputs: + inputs: Configuration: - descripion: "Type of binary build" - required: true - default: "Test" - type: choice - options: + descripion: "Type of binary build" + required: true + default: "Test" + type: choice + options: - Release - Test - FullRelease @@ -20,13 +20,6 @@ on: options: - Win32 - x64 - push: - branches: - - master - pull_request: - branches: - - master - env: SOLUTION_FILE_PATH: od-win32\\winuae_msvc15 @@ -76,4 +69,4 @@ jobs: - uses: actions/upload-artifact@v4 with: name: WinUAE ${{ inputs.Platform }} ${{ inputs.Configuration }} - path: D:\\Amiga \ No newline at end of file + path: D:\\Amiga -- 2.47.3