Skip to content

Commit

Permalink
shit
Browse files Browse the repository at this point in the history
  • Loading branch information
HIllya51 committed Apr 25, 2024
1 parent b1200b4 commit 0ea6516
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
python-version: '3.11.7'
- name: Run build script
run: |
python ci/build.py --github-actions
python build.py --github-actions
- name: Upload LunaTranslator artifact x86
uses: actions/upload-artifact@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
architecture: x64
- name: Run build script
run: |
python ci/build.py --github-actions
python build.py --github-actions
- name: Release LunaTranslator
uses: softprops/action-gh-release@v2
with:
Expand Down
File renamed without changes.

0 comments on commit 0ea6516

Please sign in to comment.