Skip to content

Commit 5715cf8

Browse files
committed
release: 8.9.1
1 parent 7081e5a commit 5715cf8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/npm_release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,12 @@ jobs:
6363
- name: Upload npm package artifact
6464
uses: actions/upload-artifact@v4
6565
with:
66-
name: npm-package-${{ matrix.runs-on }}
66+
name: npm-package
6767
path: dist/nativescript-ios-${{steps.npm_version_output.outputs.NPM_VERSION}}.tgz
6868
- name: Upload dSYMs artifact
6969
uses: actions/upload-artifact@v4
7070
with:
71-
name: NativeScript-dSYMs-${{ matrix.runs-on }}
71+
name: NativeScript-dSYMs
7272
path: dist/dSYMs
7373
test:
7474
name: Test
@@ -124,7 +124,7 @@ jobs:
124124
if: always()
125125
uses: actions/upload-artifact@v4
126126
with:
127-
name: test-results-${{ matrix.runs-on }}
127+
name: test-results
128128
path: ${{env.TEST_FOLDER}}/test_results.xcresult
129129
publish:
130130
runs-on: ubuntu-latest

.github/workflows/pull_request.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ jobs:
4747
- name: Upload npm package artifact
4848
uses: actions/upload-artifact@v4
4949
with:
50-
name: npm-package-${{ matrix.runs-on }}
50+
name: npm-package
5151
path: dist/nativescript-ios-${{env.NPM_VERSION}}.tgz
5252
- name: Upload dSYMs artifact
5353
uses: actions/upload-artifact@v4
5454
with:
55-
name: NativeScript-dSYMs-${{ matrix.runs-on }}
55+
name: NativeScript-dSYMs
5656
path: dist/dSYMs
5757
test:
5858
name: Test
@@ -107,5 +107,5 @@ jobs:
107107
if: always()
108108
uses: actions/upload-artifact@v4
109109
with:
110-
name: test-results-${{ matrix.runs-on }}
110+
name: test-results
111111
path: ${{env.TEST_FOLDER}}/test_results.xcresult

0 commit comments

Comments
 (0)