From 8bf6e702a6169c42bd639f3f59f7b8f5c309eaea Mon Sep 17 00:00:00 2001 From: Tobias Grupe Date: Wed, 15 May 2024 21:11:23 +0200 Subject: [PATCH] script extended --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f56da22..5e4d783 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -92,7 +92,7 @@ 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 @@ -100,4 +100,4 @@ jobs: allowUpdates: true commit: main tag: ${{github.event.inputs.mytag}} - artifacts: 'build/dmt-${{github.event.inputs.mytag}}-${{runner.os}}**' \ No newline at end of file + artifacts: dmt-${{github.event.inputs.mytag}}-${{runner.os}}.tgz \ No newline at end of file