Skip to content

Commit

Permalink
building out
Browse files Browse the repository at this point in the history
  • Loading branch information
barrownicholas committed Apr 16, 2024
1 parent 25e06b5 commit 88aa134
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ jobs:
run: echo "branch=${GITHUB_REF##*/}" >> $GITHUB_OUTPUT
id: extract_branch

- name: add build hash to env
shell: bash
run: echo "sha_short=$(git rev-parse --short "$GITHUB_SHA")" >> "$GITHUB_ENV"

- uses: actions/download-artifact@v4
with:
name: wssh
Expand Down

0 comments on commit 88aa134

Please sign in to comment.