diff --git a/.github/workflows/ci-release.yml b/.github/workflows/ci-release.yml index 6786c66..d7a9470 100644 --- a/.github/workflows/ci-release.yml +++ b/.github/workflows/ci-release.yml @@ -24,7 +24,7 @@ jobs: run: dotnet publish -p:PublishSingleFile=true -p:CommitHash=${{ github.sha }} -p:CommitRef=${{ github.ref_type }}/${{ github.ref_name }} -r win-x64 -c Release --self-contained false .\Bloxstrap\Bloxstrap.csproj - name: Upload Artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: ByteBlox path: .\Bloxstrap\bin\Release\net8.0-windows\win-x64\publish\ByteBlox.exe