Skip to content

Commit

Permalink
script extended
Browse files Browse the repository at this point in the history
  • Loading branch information
togrupe committed May 15, 2024
1 parent 1af989f commit 8bf6e70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,12 @@ jobs:
with:
name: ${{runner.os}} Build
if-no-files-found: warn
path: 'dmt-${{github.event.inputs.mytag}}-${{runner.os}}**'
path: dmt-${{github.event.inputs.mytag}}-${{runner.os}}.tgz

- name: Create Release ${{github.event.inputs.mytag}} with Builds from Nuitka
uses: ncipollo/release-action@v1
with:
allowUpdates: true
commit: main
tag: ${{github.event.inputs.mytag}}
artifacts: 'build/dmt-${{github.event.inputs.mytag}}-${{runner.os}}**'
artifacts: dmt-${{github.event.inputs.mytag}}-${{runner.os}}.tgz

0 comments on commit 8bf6e70

Please sign in to comment.