forked from sim0n00ps/OF-DL
Rename OF DL to OF DL.Cli in release workflow
This commit is contained in:
parent
f1d3ac7ea3
commit
b3e6ca4b5f
@ -29,19 +29,19 @@ jobs:
|
||||
|
||||
- name: Build for Windows and Linux
|
||||
run: |
|
||||
dotnet publish "OF DL/OF DL.Cli.csproj" -p:Version=${{ steps.version.outputs.version }} \
|
||||
dotnet publish "OF DL.Cli/OF DL.Cli.csproj" -p:Version=${{ steps.version.outputs.version }} \
|
||||
-p:PackageVersion=${{ steps.version.outputs.version }} \
|
||||
-p:WarningLevel=0 -c Release -r win-x86 \
|
||||
--self-contained true -p:PublishSingleFile=true -o outwin
|
||||
|
||||
dotnet publish "OF DL/OF DL.Cli.csproj" -p:Version=${{ steps.version.outputs.version }} \
|
||||
dotnet publish "OF DL.Cli/OF DL.Cli.csproj" -p:Version=${{ steps.version.outputs.version }} \
|
||||
-p:PackageVersion=${{ steps.version.outputs.version }} \
|
||||
-p:WarningLevel=0 -c Release -r linux-x64 \
|
||||
--self-contained true -p:PublishSingleFile=true -o outlin
|
||||
|
||||
- name: Copy and patch extra files
|
||||
run: |
|
||||
cp ./OF\ DL/rules.json outwin/
|
||||
cp ./OF\ DL.Cli/rules.json outwin/
|
||||
chmod +x ./outlin/OF\ DL
|
||||
cd outwin
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user