Skip to content

Commit

Permalink
fix: upload v4
Browse files Browse the repository at this point in the history
  • Loading branch information
SpikeHD committed Jan 29, 2024
1 parent 6ffc4fe commit 2ece796
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 @@ -58,14 +58,14 @@ jobs:
run: cd ./frontend && npm run build && cd ../backend && cargo build --release ${{ matrix.feature }}

- name: Upload
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: matrix.platform != 'windows-latest'
with:
name: procchi-${{ matrix.platform }}-${{ matrix.feature == '--no-default-features' && 'minimal' || 'all-features' }}
path: backend/target/release/procchi

- name: Upload (Windows)
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: matrix.platform == 'windows-latest'
with:
name: procchi-${{ matrix.platform }}-${{ matrix.feature == '--no-default-features' && 'minimal' || 'all-features' }}
Expand Down

0 comments on commit 2ece796

Please sign in to comment.