gimme a break its nearly 12am

This commit is contained in:
pizzaboxer 2023-07-23 23:32:03 +01:00
parent de34d20def
commit f422f275ae
No known key found for this signature in database
GPG Key ID: 59D4A1DBAD0F2BA8

View File

@ -26,13 +26,13 @@ jobs:
${{ runner.os }}-nuget ${{ runner.os }}-nuget
- name: Restore dependencies - name: Restore dependencies
run: dotnet restore run: dotnet restore --locked-mode
- name: Build - name: Build
run: dotnet build --no-restore run: dotnet build --no-restore
- name: Publish - name: Publish
run: dotnet publish -p:PublishSingleFile=true -p:CommitHash=${{ github.sha }} -p:CommitRef=${{ github.ref_type }}/${{ github.ref_name }} -r win-x64 -c ${{ matrix.configuration }} --self-contained false --locked-mode .\Bloxstrap\Bloxstrap.csproj run: dotnet publish -p:PublishSingleFile=true -p:CommitHash=${{ github.sha }} -p:CommitRef=${{ github.ref_type }}/${{ github.ref_name }} -r win-x64 -c ${{ matrix.configuration }} --self-contained false .\Bloxstrap\Bloxstrap.csproj
- name: Upload Artifact - name: Upload Artifact
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3