Skip to content

Commit

Permalink
Debug again
Browse files Browse the repository at this point in the history
  • Loading branch information
alexroan committed May 30, 2024
1 parent 375754d commit 9142573
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,13 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Get Git Commit Description
run: |
- name: Set Environment Variable
run: |
echo "BIN_COMMIT=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
echo ${{github.BIN_COMMIT}}
- name: Use Environment Variable
run: |
echo "The BIN_COMMIT is $BIN_COMMIT"
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
Expand Down

0 comments on commit 9142573

Please sign in to comment.