Skip to content

Commit

Permalink
fix path of downloaded artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
lueck committed Dec 19, 2024
1 parent 4b2b8a3 commit 2e2003f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,11 @@ jobs:
- name: create directory for github pages
run: mkdir -p public

- name: Display structure of downloaded files
run: ls -R

- name: copy descriptor file
run: cp target/descriptor.xml public/
run: cp descriptor.xml public/

- name: Deploy descriptor file on Github pages
uses: peaceiris/actions-gh-pages@v4
Expand Down

0 comments on commit 2e2003f

Please sign in to comment.