Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Commit

Permalink
ziiiiiiiiip.
Browse files Browse the repository at this point in the history
  • Loading branch information
RossBugginsNHS authored Jun 26, 2024
1 parent d156220 commit 6908cc7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/build-docs/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ runs:
uses: actions/upload-pages-artifact@v3
with:
path: "docs/_site/"
name: jekyll-docs-${{ inputs.version }}
name: jekyll-docs-${{ inputs.version }}.zip
4 changes: 2 additions & 2 deletions .github/workflows/stage-5-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: "${{ steps.create_release.outputs.upload_url }}"
asset_path: ./artifacts
asset_name: jekyll-docs-${{ inputs.version }}
asset_path: ./artifacts/jekyll-docs-${{ inputs.version }}.zip
asset_name: jekyll-docs-${{ inputs.version }}.zip
asset_content_type: "application/gzip"
# - name: "Upload other release asset 1"
# uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit 6908cc7

Please sign in to comment.