From ac60cf0c06bec5298a32bbbccd8bfdbea9122ee5 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Wed, 25 Jun 2025 17:40:20 +0100 Subject: [PATCH] upd artifact name --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f625854..1958971 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,7 +34,7 @@ jobs: if: success() uses: actions/upload-artifact@v4 with: - name: packaged_addon + name: pyz_build path: ./bin/simple-recorder.pyz upload_release: @@ -46,7 +46,7 @@ jobs: - name: Download releases files uses: actions/download-artifact@v4.1.7 with: - name: packaged_addon + name: pyz_build - name: Display structure of downloaded files run: tree @@ -54,6 +54,6 @@ jobs: - name: Release uses: softprops/action-gh-release@v1 with: - files: ./bin/simple-recorder.pyz + files: simple-recorder.pyz fail_on_unmatched_files: true prerelease: ${{ contains(github.ref, '-') }}