diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0e01bef..4e09c02 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -23,7 +23,7 @@ jobs: name: Build (${{ matrix.release.type }}) steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v6 - name: Setup .NET uses: actions/setup-dotnet@v5 @@ -36,7 +36,7 @@ jobs: - name: Build run: | VERSION=${{ github.ref_name }} - dotnet build -c ${{ matrix.release.type }} -p:Version=${VERSION:1} -p:CommonLibSource=Release + dotnet build -c ${{ matrix.release.type }} -p:Version=${VERSION:1} -p:CommonLibSource=Stable - name: Zip run: 7z a -tzip -mx9 SharpHound_${{ github.ref_name }}${{ matrix.release.suffix }}_windows_x86.zip $PWD/bin/${{ matrix.release.type }}/net472/*