remove fody and update project/build to generate single exe
Linux version rely upon PATH for location of bash instead of hardcoded /bin/bash
This commit is contained in:
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -26,7 +26,7 @@ jobs:
|
||||
- name: Build
|
||||
run: |
|
||||
echo "${{matrix.platform.name}} ${{ github.event.release.tag_name }}"
|
||||
dotnet build src\\Eve-O-Preview\\Eve-O-Preview.csproj --configuration Release --no-restore -p:EVEOTARGET="${{matrix.platform.name}}" -p:AssemblyVersion="${{ github.event.release.tag_name }}"
|
||||
dotnet build src\\Eve-O-Preview\\Eve-O-Preview.csproj --configuration Release -p:EVEOTARGET="${{matrix.platform.name}}" -p:AssemblyVersion="${{ github.event.release.tag_name }}"
|
||||
- name: BuildPackage
|
||||
run: |
|
||||
git log --pretty=format:'%d %s' ${GITHUB_REF} | perl -pe 's| \(.*tag: v(\d+.\d+.\d+(-preview\d{3})?)(, .*?)*\)|\n## \1\n|g'
|
||||
@@ -45,5 +45,3 @@ jobs:
|
||||
asset_path: "Release-${{ github.event.release.tag_name }}-${{ matrix.platform.name }}.zip"
|
||||
asset_name: "Release-${{ github.event.release.tag_name }}-${{ matrix.platform.name }}.zip"
|
||||
asset_content_type: application/zip
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user