Skip to content

Commit

Permalink
ci: fix build-max
Browse files Browse the repository at this point in the history
  • Loading branch information
fengyc committed Jun 14, 2023
1 parent db52570 commit 854f993
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ jobs:
rustup target add $TARGET
cargo build --release --target $TARGET
(cd target/${TARGET}/release && mv ads-proxy ads-proxy_${TARGET})
- name: Upload artifact
- uses: actions/upload-artifact@v3
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: ${{ matrix.target }}
path: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:
rustup target add $TARGET
cargo build --release --target $TARGET
(cd target/${TARGET}/release && mv ads-proxy ads-proxy_${TARGET})
- name: Upload artifact
- uses: actions/upload-artifact@v3
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: ${{ matrix.target }}
path: |
Expand Down

0 comments on commit 854f993

Please sign in to comment.