File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 - name : Build
3232 run : |
3333 dotnet build -c Release
34- dotnet pack -c Release --no-build -o ./bin/dist
35- # Copy the built DLL to dist folder
34+ # Create dist folder and copy the built DLL for release
35+ mkdir -p ./bin/ dist/
3636 cp ./BepisModSettings/bin/Release/BepisModSettings.dll ./bin/dist/
3737 - name : Create Thunderstore Package
3838 run : |
4343 with :
4444 name : BepisModSettings-${{ steps.info.outputs.version }}-${{ steps.info.outputs.sha_short }}
4545 path : |
46- ./bin/dist/*.nupkg
4746 ./bin/dist/*.dll
4847 ./build/*.zip
Original file line number Diff line number Diff line change 3939 - name : Build
4040 run : |
4141 dotnet build -c Release
42- # Copy the built DLL to dist folder for release
42+ # Create dist folder and copy the built DLL for release
43+ mkdir -p ./bin/dist/
4344 cp ./BepisModSettings/bin/Release/BepisModSettings.dll ./bin/dist/
4445 - name : Create Thunderstore Package
4546 run : |
You can’t perform that action at this time.
0 commit comments