File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -63,12 +63,12 @@ jobs:
63
63
- name : Upload npm package artifact
64
64
uses : actions/upload-artifact@v4
65
65
with :
66
- name : npm-package-${{ matrix.runs-on }}
66
+ name : npm-package
67
67
path : dist/nativescript-ios-${{steps.npm_version_output.outputs.NPM_VERSION}}.tgz
68
68
- name : Upload dSYMs artifact
69
69
uses : actions/upload-artifact@v4
70
70
with :
71
- name : NativeScript-dSYMs-${{ matrix.runs-on }}
71
+ name : NativeScript-dSYMs
72
72
path : dist/dSYMs
73
73
test :
74
74
name : Test
@@ -124,7 +124,7 @@ jobs:
124
124
if : always()
125
125
uses : actions/upload-artifact@v4
126
126
with :
127
- name : test-results-${{ matrix.runs-on }}
127
+ name : test-results
128
128
path : ${{env.TEST_FOLDER}}/test_results.xcresult
129
129
publish :
130
130
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -47,12 +47,12 @@ jobs:
47
47
- name : Upload npm package artifact
48
48
uses : actions/upload-artifact@v4
49
49
with :
50
- name : npm-package-${{ matrix.runs-on }}
50
+ name : npm-package
51
51
path : dist/nativescript-ios-${{env.NPM_VERSION}}.tgz
52
52
- name : Upload dSYMs artifact
53
53
uses : actions/upload-artifact@v4
54
54
with :
55
- name : NativeScript-dSYMs-${{ matrix.runs-on }}
55
+ name : NativeScript-dSYMs
56
56
path : dist/dSYMs
57
57
test :
58
58
name : Test
@@ -107,5 +107,5 @@ jobs:
107
107
if : always()
108
108
uses : actions/upload-artifact@v4
109
109
with :
110
- name : test-results-${{ matrix.runs-on }}
110
+ name : test-results
111
111
path : ${{env.TEST_FOLDER}}/test_results.xcresult
You can’t perform that action at this time.
0 commit comments