Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertK66 authored Nov 28, 2023
1 parent dcde184 commit 3f67c4c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ jobs:
runs-on: ubuntu-latest
needs: buildJob
steps:
- name: Generate release defines
run: |
MY_SWVERSION=$(printf '%.8s' "${{ github.sha }}" )
echo "MY_SWVERSION=$MY_SWVERSION" >> $GITHUB_ENV
- name: Download all the binaries
uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit 3f67c4c

Please sign in to comment.