Skip to content

Commit

Permalink
fix: rollback the last CI change
Browse files Browse the repository at this point in the history
  • Loading branch information
tpz committed Nov 3, 2023
1 parent acb8763 commit f69a2a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ jobs:
- name: Build query validator
run: |
cd EvitaDB.QueryValidator
dotnet publish -r linux-x64 -c Release -p:PublishSingleFile=true --self-contained false --no-build
dotnet publish -r win-x64 -c Release -p:PublishSingleFile=true --self-contained false --no-build
dotnet publish -r linux-x64 -c Release -p:PublishSingleFile=true --self-contained false
dotnet publish -r win-x64 -c Release -p:PublishSingleFile=true --self-contained false
- name: Zip
uses: vimtor/action-zip@v1
Expand Down

0 comments on commit f69a2a7

Please sign in to comment.