Skip to content

Commit 027fe7c

Browse files
authored
Update action.yml
1 parent 9b3aa5d commit 027fe7c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/action.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,10 @@ jobs:
2222
npm install
2323
npm run compile
2424
npm run test
25+
- name: Upload Artifact
26+
uses: actions/upload-artifact@v2
27+
with:
28+
name: AzurAPI Pre-Release
29+
path: /build/*
2530
env:
26-
CI: true
31+
CI: true

0 commit comments

Comments
 (0)