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
options:
- Win32
- x64
- push:
- branches:
- - master
- pull_request:
- branches:
- - master
-
env:
SOLUTION_FILE_PATH: od-win32\\winuae_msvc15
- uses: actions/upload-artifact@v4
with:
name: WinUAE ${{ inputs.Platform }} ${{ inputs.Configuration }}
- path: D:\\Amiga
\ No newline at end of file
+ path: D:\\Amiga