File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 8484 - name : Download Artifacts
8585 uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
8686 - name : Relocate Artifacts
87- run : mv angularfire-${{ github.run_id }} dist
87+ run : mv angularfire dist
8888 - name : Test Node
8989 run : |
9090 npm run build:jasmine
@@ -135,7 +135,7 @@ jobs:
135135 - name : Download Artifacts
136136 uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
137137 - name : Relocate Artifacts
138- run : mv angularfire-${{ github.run_id }} dist
138+ run : mv angularfire dist
139139 - name : Test browser
140140 run : npm run test:${{ matrix.browser }}
141141
@@ -213,7 +213,7 @@ jobs:
213213 uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
214214 - name : Publish
215215 run : |
216- cd ./angularfire-${{ github.run_id }} /packages-dist
216+ cd ./angularfire/packages-dist
217217 chmod +x publish.sh
218218 ./publish.sh
219219 env :
You can’t perform that action at this time.
0 commit comments