We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 128e50b + a21d45e commit 651203eCopy full SHA for 651203e
1 file changed
.github/workflows/ci-release.yml
@@ -27,7 +27,7 @@ jobs:
27
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
28
29
- name: Upload Artifact
30
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v7
31
with:
32
name: BoneFish-Release
33
path: .\Bloxstrap\bin\Release\net6.0-windows\win-x64\publish\BoneFish.exe
0 commit comments