Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improve ci #810

Merged
merged 9 commits into from
Jan 9, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix
  • Loading branch information
shunsukew committed Dec 28, 2022
commit e725e23ae62e0cf58737721cacbe908e35cd8ac4
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -89,10 +89,10 @@ jobs:
run: CARGO_PROFILE_RELEASE_LTO=true RUSTFLAGS="-C codegen-units=1" cargo build --release --target ${{ matrix.target }} --verbose

- name: Set artifact name
env:
TARGET: ${{ matrix.target }}
id: artifact-name
run: echo "::set-output name=name::astar-ubuntu-latest-${TARGET##*-}"
env:
TARGET: ${{ matrix.target }}
id: artifact-name
run: echo "::set-output name=name::astar-ubuntu-latest-${TARGET##*-}"

- uses: actions/upload-artifact@v3
with: