Skip to content

Commit

Permalink
toml name change caused ci to stop working
Browse files Browse the repository at this point in the history
  • Loading branch information
Redhawk18 committed Jul 10, 2023
1 parent 643ef60 commit 72ecde2
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 @@ -13,19 +13,19 @@ jobs:
- release_for: Linux-x86_64
os: ubuntu-latest
target: x86_64-unknown-linux-gnu
bin: code-editor
bin: blaze
command: build

- release_for: macOS-x86_64
os: macOS-latest
target: x86_64-apple-darwin
bin: code-editor
bin: blaze
command: both

- release_for: Windows-x86_64
os: windows-latest
target: x86_64-pc-windows-msvc
bin: code-editor.exe
bin: blaze.exe
command: both

# more release targets here ...
Expand Down Expand Up @@ -56,5 +56,5 @@ jobs:
- name: Upload Artifacts
uses: actions/upload-artifact@v3
with:
name: code-editor-${{ matrix.platform.target }}
name: blaze-${{ matrix.platform.target }}
path: ./target/${{ matrix.platform.target }}/release/${{ matrix.platform.bin }}

0 comments on commit 72ecde2

Please sign in to comment.