Skip to content

Commit ce50daf

Browse files
authored
fix: nupkg (#5)
* ci: Linux * doc: fix
1 parent 9e50bf7 commit ce50daf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ jobs:
7777
dotnet publish -r win-x64 --self-contained=true -c Release -p:PublishDir=build /p:Version=${{ needs.version.outputs.version }} /p:FileVersion=${{ needs.version.outputs.version }} /p:AssemblyVersion=${{ needs.version.outputs.version }} /p:ProductVersion=${{ needs.version.outputs.version }}
7878
7979
- name: pack
80+
if: runner.os == 'Linux'
8081
run: |
8182
echo "[+] Packing NuGet package"
8283
dotnet pack --configuration Release -o build -p:PublishDir=build /p:Version=${{ needs.version.outputs.version }} /p:FileVersion=${{ needs.version.outputs.version }} /p:AssemblyVersion=${{ needs.version.outputs.version }} /p:ProductVersion=${{ needs.version.outputs.version }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ namespace Dummy
120120
return 1; // success
121121
}
122122

123-
public static void DefaultCommand(BinaryView view )
123+
public static void DefaultCommand(BinaryView view )
124124
{
125125
Logger logger = BinaryNinja.Logger.GetOrCreateLogger("Dummy");
126126

0 commit comments

Comments
 (0)