diff --git a/.github/workflows/ci-release.yml b/.github/workflows/ci-release.yml index 13eade2..410b367 100644 --- a/.github/workflows/ci-release.yml +++ b/.github/workflows/ci-release.yml @@ -27,7 +27,7 @@ jobs: run: dotnet publish -p:PublishSingleFile=true -p:DebugType=None -p:DebugSymbols=false -p:CommitHash=${{ github.sha }} -p:CommitRef=${{ github.ref_type }}/${{ github.ref_name }} -p:SelfContained=false -r win-x64 -c Release .\Bloxstrap\Bloxstrap.csproj - name: Upload Artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: BoneFish-Release path: .\Bloxstrap\bin\Release\net6.0-windows\win-x64\publish\BoneFish.exe