Skip to content

Commit 7ca1666

Browse files
committed
[Minor] More CI changes
1 parent a4dec43 commit 7ca1666

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
uses: actions/upload-artifact@v4
4949
with:
5050
name: packaged-zips-${{ github.run_number }}
51-
path: ${{ steps.package_develop.outputs.archive_path }}
51+
path: .release/*.zip
5252
if-no-files-found: error
5353
include-hidden-files: true
5454

@@ -57,6 +57,6 @@ jobs:
5757
uses: actions/upload-artifact@v4
5858
with:
5959
name: packaged-zips-${{ github.run_number }}
60-
path: ${{ steps.package_release.outputs.archive_path }}
60+
path: .release/*.zip
6161
if-no-files-found: error
6262
include-hidden-files: true

0 commit comments

Comments
 (0)