We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4dec43 commit 7ca1666Copy full SHA for 7ca1666
1 file changed
.github/workflows/release.yml
@@ -48,7 +48,7 @@ jobs:
48
uses: actions/upload-artifact@v4
49
with:
50
name: packaged-zips-${{ github.run_number }}
51
- path: ${{ steps.package_develop.outputs.archive_path }}
+ path: .release/*.zip
52
if-no-files-found: error
53
include-hidden-files: true
54
@@ -57,6 +57,6 @@ jobs:
57
58
59
60
- path: ${{ steps.package_release.outputs.archive_path }}
61
62
0 commit comments