Skip to content

Commit

Permalink
fix(ci): only remove what's not actually used
Browse files Browse the repository at this point in the history
  • Loading branch information
ashhhleyyy committed Jul 5, 2024
1 parent fe1945f commit 512f3fc
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,21 +67,9 @@ jobs:
- name: Display asset index
run: cat assetindex.json

- name: Build with cargo
uses: actions-rs/cargo@v1
with:
command: build
args: --release

- name: Build with cross (aarch64-unknown-linux-musl)
run: cross build --release --target aarch64-unknown-linux-musl

- name: Upload artifacts (x64)
uses: actions/upload-artifact@v2
with:
name: website-x64
path: target/release/website

- name: Upload artifacts (arm64)
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 512f3fc

Please sign in to comment.