Skip to content

Commit

Permalink
Update publish_dir, include readme, license, etc in artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
Shawn Henson committed Mar 14, 2024
1 parent 5d0f419 commit 0e6f299
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
cp build/smedley_kernel/${{ matrix.build_type }}/smedley_kernel.dll dist
cp -r build/smedley_kernel/docs dist/
cp build/plugins/v2up/${{ matrix.build_type }}/v2up.dll dist/plugins
cp plugins/v2up/v2up.toml dist/plugins
cp LICENSE.txt dist
cp README.md dist
- name: Upload Artifact
uses: actions/upload-artifact@v4
Expand All @@ -57,4 +60,4 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist/docs/html
publish_dir: ./docs/html

0 comments on commit 0e6f299

Please sign in to comment.