Skip to content

Commit

Permalink
Update Run Build EXE.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ad-closeNN authored Aug 13, 2024
1 parent dc96bf6 commit 42201c4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/Run Build EXE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,10 @@ jobs:
run: move dist/x64/main.exe "dist/x64/LiteLoaderQQNT Auto Patch_x64.exe"

- name: Upload artifact x64
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: LiteLoaderQQNT Auto Patch_x64.exe
path: "dist/x64/LiteLoaderQQNT Auto Patch_x64.exe"
disable-auto-archive: true

build-x86:
runs-on: windows-latest
Expand Down Expand Up @@ -75,4 +74,3 @@ jobs:
with:
name: LiteLoaderQQNT Auto Patch_x86.exe
path: "dist/x86/LiteLoaderQQNT Auto Patch_x86.exe"
disable-auto-archive: true

0 comments on commit 42201c4

Please sign in to comment.