Skip to content

Commit

Permalink
CI: update
Browse files Browse the repository at this point in the history
  • Loading branch information
caipira113 committed Mar 20, 2024
1 parent 61eabfb commit 97d39f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
Expand All @@ -29,7 +29,7 @@ jobs:
- name: Build
run: cargo ${{ matrix.config == 'release' && 'build --release' || 'build' }}
- name: Archive artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.os }}-${{ matrix.config }}-artifacts
path: target/${{ matrix.config }}/mk-meili-mgn${{ matrix.os == 'windows-latest' && '.exe' || '' }}

0 comments on commit 97d39f3

Please sign in to comment.