File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -40,14 +40,14 @@ jobs:
40
40
41
41
- name : Create Directory Structure
42
42
run : |
43
- mkdir .\zip\
43
+ mkdir .\zip\b1\Binaries\Win64
44
44
45
45
- name : Prepare files
46
46
run : |
47
- cp ${{ github.event.repository.name }}.asi .\zip\
48
- cp ${{ github.event.repository.name }}.ini .\zip\
49
- cp dinput8.dll .\zip\dinput8 .dll
50
- cp UltimateASILoader_LICENSE.md .\zip\
47
+ cp ${{ github.event.repository.name }}.asi .\zip\b1\Binaries\Win64\
48
+ cp ${{ github.event.repository.name }}.ini .\zip\b1\Binaries\Win64\
49
+ cp dinput8.dll .\zip\b1\Binaries\Win64\dsound .dll
50
+ cp UltimateASILoader_LICENSE.md .\zip\b1\Binaries\Win64\
51
51
New-Item -Path ".\zip\EXTRACT_TO_GAME_FOLDER" -ItemType File
52
52
53
53
- name : Create Release Zip
63
63
name : " ${{ github.event.inputs.version }}"
64
64
draft : true
65
65
generateReleaseNotes : true
66
- artifactErrorsFailBuild : true
66
+ artifactErrorsFailBuild : true
You can’t perform that action at this time.
0 commit comments