Skip to content

Commit

Permalink
Upload all Conveyor inputs in Build GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonni committed Oct 13, 2023
1 parent abc4ad2 commit 6031295
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: build-result
path: out/
path: |
package.json
out/
types/
if-no-files-found: error

# Add test steps here

0 comments on commit 6031295

Please sign in to comment.