Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
5rahim committed Oct 25, 2024
1 parent 481c9e4 commit 7df92b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
npm run build
# Archive the output to be used in the next job
- name: Archive web folder
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: web
path: seanime-web/out # output dir of the build
Expand All @@ -56,7 +56,7 @@ jobs:

# Download the web/ folder artifact
- name: Download web folder artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: web
path: web
Expand Down

0 comments on commit 7df92b3

Please sign in to comment.