Skip to content

Commit 2c7ee2d

Browse files
committed
Fix Path Confusion In CI
1 parent 0f080c9 commit 2c7ee2d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
8484
Replace-PackageName "/System/" "${{ github.event.repository.name }}.*" "\." "."
8585
Replace-PackageName "/USrc/" "${{ github.event.repository.name }}.upkg" "\." "."
86-
Replace-PackageName "/Classes/" "*.cmds" "" ""
86+
Replace-PackageName "/USrc/" "*.cmds" "" ""
8787
8888
- name: Create VersionInfo.uc
8989
shell: cmd
@@ -92,7 +92,7 @@ jobs:
9292
UT2004/${{ env.PKG_NAME }}/Build/CreateVersionInfo.bat ${{ github.event.repository.name }} ${{ env.PKG_VER }} ${{ env.PKG_NAME }}
9393
9494
- name: Build ${{ github.event.repository.name }}
95-
run: "UT2004/${{ env.PKG_NAME }}/Build.bat silent noint nouz"
95+
run: "UT2004/${{ env.PKG_NAME }}/Build.bat noint nouz"
9696

9797
- name: Save Logs
9898
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)