Skip to content

Commit

Permalink
print more info; fix env var
Browse files Browse the repository at this point in the history
  • Loading branch information
yshavit committed Jul 11, 2024
1 parent 180ddfe commit 069b5c6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,16 @@ jobs:
echo "BUILD_FILE_NAME=${build_file_name}" >> "$GITHUB_ENV"
env:
MATRIX_OS: ${{ matrix.os }}
- name: rustc version
run: rustc --version --verbose
- uses: actions/checkout@v4
- name: build
run: cargo build --release
- name: sha256sum
shell: bash
run: printf '::notice title=sha256sum %s (%s)::%s\n' "$BUILD_FILE_NAME" "$MATRIX_OS" "$(sha256sum "target/release/${BUILD_FILE_NAME}" | cut -f1 -d' ')"
env:
MATRIX_OS: ${{ matrix.os }}
- name: upload
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 069b5c6

Please sign in to comment.