Skip to content

Commit

Permalink
update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Herobread committed Jun 20, 2024
1 parent ff4fced commit aab3208
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:

- name: Zip the build folder
run: |
powershell Compress-Archive -Path dist\* -DestinationPath extension.zip
powershell Compress-Archive -Path dist\* -DestinationPath better-studres.zip
- name: Upload extension artifacts
uses: actions/upload-artifact@v3
with:
name: better-studres
path: extension.zip
path: better-studres.zip

0 comments on commit aab3208

Please sign in to comment.