diff --git a/.github/workflows/cut_release.yml b/.github/workflows/cut_release.yml index 0cc234e..bf4d134 100644 --- a/.github/workflows/cut_release.yml +++ b/.github/workflows/cut_release.yml @@ -35,5 +35,5 @@ jobs: - name: Upload artifact uses: actions/upload-artifact@v5 with: - name: source-tarball + name: offscreen-${{ env.VERSION }}.tar.gz path: offscreen-${{ env.VERSION }}.tar.gz