diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index df04bc7..f3d2351 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -51,26 +51,26 @@ jobs: - name: Install Dependencies for All run: | pip install -r dependencies.txt -# -# - name: Build Executable for ${{runner.os}} -# uses: Nuitka/Nuitka-Action@v1.0 -# with: -# nuitka-version: 1.8.5 -# script-name: src/Main.py -# # company-name: CONGO*blue (forked from zak-45) -# file-version: ${{github.event.inputs.mytag}} -# # windows-icon-from-ico: assets/BPM2OSC.ico -# # macos-app-icon: assets/BPM2OSC.ico -# onefile: true -# onefile-tempdir-spec: ./dmt -# output-file: dmt-${inputs.mytag}-${{runner.os}} + + - name: Build Executable for ${{runner.os}} + uses: Nuitka/Nuitka-Action@v1.0 + with: + nuitka-version: 1.8.5 + script-name: src/Main.py + # company-name: CONGO*blue (forked from zak-45) + file-version: ${{github.event.inputs.mytag}} + # windows-icon-from-ico: assets/BPM2OSC.ico + # macos-app-icon: assets/BPM2OSC.ico + onefile: true + onefile-tempdir-spec: ./dmt + output-file: dmt-${{github.event.inputs.mytag}}-${{runner.os}} # # - name: Upload Artifacts # uses: actions/upload-artifact@v4 # with: # name: ${{runner.os}} Build # if-no-files-found: warn -# path: 'build/dmt-${{runner.os}}**' +# path: 'build/dmt-${{github.event.inputs.mytag}}-${{runner.os}}**' # # - name: Create Release ${{github.event.inputs.mytag}} with Builds from Nuitka # uses: ncipollo/release-action@v1 @@ -78,4 +78,4 @@ jobs: # allowUpdates: true # commit: main # tag: ${{github.event.inputs.mytag}} -# artifacts: 'build/dmt-${{runner.os}}**' \ No newline at end of file +# artifacts: 'build/dmt-${{github.event.inputs.mytag}}-${{runner.os}}**' \ No newline at end of file