Skip to content

Commit 911b81a

Browse files
committed
rename artifact
1 parent d2e67a3 commit 911b81a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Upload package artifact
2727
uses: actions/upload-artifact@v1
2828
with:
29-
name: package
29+
name: ts-node-packed.tgz
3030
path: tests/ts-node-packed.tgz
3131

3232
test:
@@ -74,7 +74,7 @@ jobs:
7474
- name: Download package artifact
7575
uses: actions/download-artifact@v1
7676
with:
77-
name: package
77+
name: ts-node-packed.tgz
7878
path: tests/
7979
- run: npm install ${{ matrix.typescript }} --force
8080
- run: npm run test-cov

0 commit comments

Comments
 (0)