Skip to content

Commit

Permalink
v2 docs: fix github release action specific
Browse files Browse the repository at this point in the history
The action schema is broken because artifacts has to be a dirglob, not
an array.
  • Loading branch information
cowboyd committed Oct 2, 2023
1 parent 3509291 commit a091a26
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/v2-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,9 @@ jobs:
yarn install
yarn build
tar czvf ${{ github.ref }}.website.tgz -C public effection
cp *.website.tgz ..
- uses: ncipollo/release-action@v1
with:
artifacts:
- "${{ github.ref }}.website.tgz"
- "${{ github.ref }}.apidocs.tgz"
artifacts: "*.tgz"
token: ${{ secrets.FRONTSIDEJACK_GITHUB_TOKEN }}

1 comment on commit a091a26

@deno-deploy
Copy link

@deno-deploy deno-deploy bot commented on a091a26 Oct 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failed to deploy:

Module not found "file:///src/www/main.ts".

Please sign in to comment.