Skip to content
This repository has been archived by the owner on Sep 10, 2023. It is now read-only.

Commit

Permalink
chore: update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
axetroy committed Mar 16, 2020
1 parent 1f7085d commit 691f6df
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,19 @@ jobs:
- name: Generate Document
run: npm run docs

- uses: actions/upload-artifact@v1
- name: Upload Document
uses: actions/upload-artifact@v1
if: runner.os == 'macOS'
with:
name: docs
path: ./vscode-deno.vsix
path: ./vm.js

- name: Upload build
uses: actions/upload-artifact@v1
if: runner.os == 'macOS'
with:
name: dist
path: ./dist

- name: Coveralls
if: runner.os == 'macOS'
Expand All @@ -58,7 +66,7 @@ jobs:
release:
runs-on: ubuntu-latest
name: "Deploy Document"
name: Deploy Document
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
needs: build
steps:
Expand Down

0 comments on commit 691f6df

Please sign in to comment.