Skip to content

Commit

Permalink
Renommage des étapes de build
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Choquet committed Mar 14, 2024
1 parent 2c61b8f commit 0dc42c5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: mkdir ./dist

release-linux-gui-amd64:
name: release linux/amd64 gui app
name: release linux/amd64
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -50,7 +50,7 @@ jobs:
retry: 3

release-windows-gui-amd64:
name: release windows/amd64 gui app
name: release windows/amd64
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -64,7 +64,7 @@ jobs:
retry: 3

release-darwin-gui-amd64:
name: release darwin/amd64 gui app
name: release darwin/amd64
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -78,7 +78,7 @@ jobs:
retry: 3

release-darwin-gui-arm64:
name: release darwin/arm64 gui app
name: release darwin/arm64
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 0dc42c5

Please sign in to comment.