Skip to content

Commit

Permalink
Update ikvm-docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wasabii authored Oct 10, 2023
1 parent 6318763 commit 4ee2f2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ikvm-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: dsaltares/fetch-gh-release-asset@master
with:
repo: "ikvmnet/ikvm"
file: "doc.zip"
file: "doc"
target: content/ikvm.zip
token: ${{ secrets.GITHUB_TOKEN }}
- name: Extract IKVM
Expand All @@ -38,7 +38,7 @@ jobs:
uses: dsaltares/fetch-gh-release-asset@master
with:
repo: "ikvmnet/ikvm-maven"
file: "doc.zip"
file: "doc"
target: content/ikvm-maven.zip
token: ${{ secrets.GITHUB_TOKEN }}
- name: Extract ikvm-maven
Expand Down

0 comments on commit 4ee2f2b

Please sign in to comment.