Skip to content

Commit

Permalink
Fix web distribution package not being uploaded
Browse files Browse the repository at this point in the history
  • Loading branch information
AntumDeluge committed Mar 27, 2023
1 parent c723cb2 commit ced7fc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: python3 build.py dist-web

- name: Package Desktop
run: python3 build.py clean dist-desktop
run: python3 build.py dist-desktop

- name: Prepare Changes
run: |
Expand Down

0 comments on commit ced7fc0

Please sign in to comment.