Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' into release-please--branches--main
Browse files Browse the repository at this point in the history
  • Loading branch information
Mouwrice authored Apr 26, 2024
2 parents 6b2192b + f4d4368 commit 87be256
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/nuitka.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: Build & Publish Binaries
name: Build & Publish Executable

on:
push:
branches:
- main

release:
types: [published]
workflow_dispatch:

jobs:
build:
Expand Down Expand Up @@ -51,8 +50,9 @@ jobs:
product-name: DrumPy
product-version: 0.1.0

- name: Upload Artifacts
uses: actions/upload-artifact@v4
- name: Upload binaries to release
uses: svenstaro/upload-release-action@v2
with:
name: DrumPy
path: build/cli.dist
file: build/cli.dist
asset_name: DrumPy ${{tag}}
overwrite: true

0 comments on commit 87be256

Please sign in to comment.