Skip to content

Commit

Permalink
Small changes to Get version and architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettbyrd committed Jun 27, 2024
1 parent deeb602 commit 1018aff
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release-deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,10 @@ jobs:
make VERBOSE=1
- name: Get version and architecture
run: |
echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
echo "ARCH=${RUNNER_ARCH}" >> $GITHUB_ENV
echo "RELEASE_VERSION=${{ github.ref_name }}" >> $GITHUB_ENV
echo ${{ env.RELEASE_VERSION }}
echo "ARCH=amd64" >> $GITHUB_ENV
# change above line if not building for amd64
- name: Build release directory
run: |
cd build
Expand Down

0 comments on commit 1018aff

Please sign in to comment.