We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f080c9 commit 2c7ee2dCopy full SHA for 2c7ee2d
1 file changed
.github/workflows/ci.yml
@@ -83,7 +83,7 @@ jobs:
83
84
Replace-PackageName "/System/" "${{ github.event.repository.name }}.*" "\." "."
85
Replace-PackageName "/USrc/" "${{ github.event.repository.name }}.upkg" "\." "."
86
- Replace-PackageName "/Classes/" "*.cmds" "" ""
+ Replace-PackageName "/USrc/" "*.cmds" "" ""
87
88
- name: Create VersionInfo.uc
89
shell: cmd
@@ -92,7 +92,7 @@ jobs:
92
UT2004/${{ env.PKG_NAME }}/Build/CreateVersionInfo.bat ${{ github.event.repository.name }} ${{ env.PKG_VER }} ${{ env.PKG_NAME }}
93
94
- name: Build ${{ github.event.repository.name }}
95
- run: "UT2004/${{ env.PKG_NAME }}/Build.bat silent noint nouz"
+ run: "UT2004/${{ env.PKG_NAME }}/Build.bat noint nouz"
96
97
- name: Save Logs
98
uses: actions/upload-artifact@v4
0 commit comments