Skip to content

Commit

Permalink
Fixed grabbing tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettbyrd committed Jun 27, 2024
1 parent 8824095 commit 38ac781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
make VERBOSE=1
- name: Get version and architecture
run: |
echo "RELEASE_VERSION=${{ github.event.release.tag_name }}" >> $GITHUB_ENV
echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
echo "ARCH=amd64" >> $GITHUB_ENV
# change above line if not building for amd64
- name: Build release directory
Expand Down

0 comments on commit 38ac781

Please sign in to comment.