From: Dimitris Panokostas Date: Tue, 18 Jun 2024 19:53:09 +0000 (+0200) Subject: Update build-winuae-binary.yml X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=a17e61e265857f5e8a5ba10468a93185d4f6e042;p=francis%2Fwinuae.git Update build-winuae-binary.yml --- 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