Skip to content

Commit

Permalink
Reorder cli commands.
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianStehle committed Nov 17, 2023
1 parent 83ffa16 commit e213a44
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@ jobs:
cd cli/Squidex.CLI/Squidex.CLI
dotnet publish -r linux-x64 --self-contained -c Release /p:PublishSingleFile=true
- name: publish osx-arm64
- name: publish osx-x64
run: |
cd cli/Squidex.CLI/Squidex.CLI
dotnet publish -r osx-arm64 --self-contained -c Release /p:PublishSingleFile=true
dotnet publish -r osx-x64 --self-contained -c Release /p:PublishSingleFile=true
- name: publish osx-x64
- name: publish osx-arm64
run: |
cd cli/Squidex.CLI/Squidex.CLI
dotnet publish -r osx-x64 --self-contained -c Release /p:PublishSingleFile=true
dotnet publish -r osx-arm64 --self-contained -c Release /p:PublishSingleFile=true
- name: pack dotnet tool
run: |
Expand Down

0 comments on commit e213a44

Please sign in to comment.