Skip to content

Commit

Permalink
try to fix release assets
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-kotulski committed Jan 13, 2025
1 parent 867f8a1 commit 1a75474
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,17 @@ jobs:
with:
pattern: static-doc-*
path: ./release
- name: Echo
run: |
ls ./release
pwd
- name: Upload Release Asset
uses: softprops/action-gh-release@v2
with:
tag_name: "main"
files: |
./release/*
release/*
release/static-doc-en
token: ${{ secrets.GITHUB_TOKEN }}
prerelease: true

0 comments on commit 1a75474

Please sign in to comment.