Skip to content

Commit

Permalink
$GITHUB_SHA-based source package
Browse files Browse the repository at this point in the history
  • Loading branch information
lalinsky committed Dec 23, 2021
1 parent 5c3be68 commit 1992ddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ jobs:
- name: Make source tarball
run: |
mkdir -p artifacts/
git archive --format=tar.gz --prefix=chromaprint-${{ steps.version.outputs.VERSION }}/ $GITHUB_REF > artifacts/chromaprint-${{ steps.version.outputs.VERSION }}.tar.gz
git archive --format=tar.gz --prefix=chromaprint-${{ steps.version.outputs.VERSION }}/ $GITHUB_SHA > artifacts/chromaprint-${{ steps.version.outputs.VERSION }}.tar.gz
- name: Make binary tarballs
run: |
Expand Down

0 comments on commit 1992ddb

Please sign in to comment.