Skip to content

Commit

Permalink
Merge pull request #775 from thefrontside/fix-artifacts-expression
Browse files Browse the repository at this point in the history
v2 docs: fix github release action specific
  • Loading branch information
cowboyd authored Oct 2, 2023
2 parents 3509291 + a091a26 commit cd441cf
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 }}

2 comments on commit cd441cf

@deno-deploy
Copy link

@deno-deploy deno-deploy bot commented on cd441cf 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".

@deno-deploy
Copy link

@deno-deploy deno-deploy bot commented on cd441cf 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.