From 56b9b2939959c42cb694a0df10c7d55e7c30b8e5 Mon Sep 17 00:00:00 2001 From: Cyrille BOUGOT Date: Wed, 18 Mar 2026 23:34:07 +0100 Subject: [PATCH] Workflow runs produce add-on and .pot artifacts instead of a .zip --- .github/workflows/build_addon.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_addon.yml b/.github/workflows/build_addon.yml index a392f81..e952fb1 100644 --- a/.github/workflows/build_addon.yml +++ b/.github/workflows/build_addon.yml @@ -40,7 +40,14 @@ jobs: name: packaged_addon path: | ./*.nvda-addon + archive: false + + - uses: actions/upload-artifact@v7 + with: + name: translation_template + path: | ./*.pot + archive: false upload_release: runs-on: ubuntu-latest @@ -50,8 +57,11 @@ jobs: contents: write steps: - uses: actions/checkout@v6 - - name: download releases files + - name: download all artifacts uses: actions/download-artifact@v8 + with: + path: . + merge-multiple: true - name: Display structure of downloaded files run: ls -R - name: Calculate sha256