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 1818jobs :
1919 release :
2020 runs-on : ubuntu-latest
21+ permissions :
22+ contents : write
2123 steps :
2224 - uses : actions/checkout@v3
2325 with :
3941 - name : Build
4042 run : |
4143 dotnet build -c Release
42- # Copy the built DLL to dist folder for release
44+ # Create dist folder and copy the built DLL for release
45+ mkdir -p ./bin/dist/
4346 cp ./BepisModSettings/bin/Release/BepisModSettings.dll ./bin/dist/
4447 - name : Create Thunderstore Package
4548 run : |
You can’t perform that action at this time.
0 commit comments