Skip to content

Commit

Permalink
Force -bl since .rsp isn't being loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
kzu committed Oct 11, 2023
1 parent 6e0b071 commit 2b20526
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
echo Chromium build https://crrev.com/$(curl --silent https://download-chromium.appspot.com/rev/Linux_x64?type=snapshots | grep -oP "\d{6,}") > src/chromium.linux-x64/readme.md
- name: 🙏 build
run: dotnet build -p:version=${GITHUB_REF#refs/*/v}
run: dotnet build -bl -p:version=${GITHUB_REF#refs/*/v}

- name: 📦 binlog
uses: actions/upload-artifact@v3
Expand All @@ -48,7 +48,7 @@ jobs:
uses: ./.github/workflows/test

- name: 📦 pack
run: dotnet pack -p:version=${GITHUB_REF#refs/*/v}
run: dotnet pack -bl -p:version=${GITHUB_REF#refs/*/v}

- name: 📦 binlog
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 2b20526

Please sign in to comment.