Skip to content

Commit

Permalink
Use correct version format when posting source builds
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Apr 15, 2020
1 parent 08257cb commit 5ed9c1d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,14 @@ jobs:
./bootstrap.sh
./configure
make dist
- name: Get Build Info
run: |
echo ::set-env name=VERSION::$(./build-aux/git-version-gen .tarball-version)
- name: Release
uses: softprops/action-gh-release@v1
with:
files: |
fontship-${{ github.ref }}.zip
fontship-${{ github.ref }}.tar.gz
fontship-${{ env.VERSION }}.zip
fontship-${{ env.VERSION }}.tar.gz
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 5ed9c1d

Please sign in to comment.