Publish to pages
This commit is contained in:
parent
e5c1ea5c5b
commit
3a992cff31
1 changed files with 9 additions and 6 deletions
15
.github/workflows/build.yaml
vendored
15
.github/workflows/build.yaml
vendored
|
@ -77,10 +77,13 @@ jobs:
|
|||
sha256sum $(echo dotter-bin-*.${{ matrix.arch }}.xbps) | tee $(echo dotter-bin-*.${{ matrix.arch }}.xbps).sha256sum
|
||||
sha512sum $(echo dotter-bin-*.${{ matrix.arch }}.xbps) | tee $(echo dotter-bin-*.${{ matrix.arch }}.xbps).sha512sum
|
||||
|
||||
- name: release
|
||||
uses: softprops/action-gh-release@v2
|
||||
- name: publish to pages
|
||||
uses: peaceiris/actions-gh-pages@v4
|
||||
# If you're changing the branch from main,
|
||||
# also change the `main` in `refs/heads/main`
|
||||
# below accordingly.
|
||||
if: github.ref == 'refs/heads/main'
|
||||
with:
|
||||
files: |
|
||||
upstream-packages/hostdir/binpkgs/*.xbps
|
||||
upstream-packages/hostdir/binpkgs/*.sig2
|
||||
upstream-packages/hostdir/binpkgs/*repodata
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
publish_dir: upstream-packages/hostdir/binpkgs
|
||||
|
||||
|
|
Loading…
Reference in a new issue