Skip to content

Commit dec14cf

Browse files
committed
af dist
1 parent 2806efc commit dec14cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
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:

0 commit comments

Comments
 (0)