Skip to content

Commit

Permalink
Add "v" to source archive tar.gz
Browse files Browse the repository at this point in the history
  • Loading branch information
melroy89 committed Feb 29, 2024
1 parent 12efcf5 commit e92977e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/create_source_archive.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ fi
# Create version.txt
echo -n "${CI_COMMIT_TAG}" > version.txt
# Create source archive (tar.gz)
git archive --format=tar.gz --output=build_prod/libreweb-browser-source-${CI_COMMIT_TAG}.tar.gz --add-file=version.txt HEAD
git archive --format=tar.gz --output=build_prod/libreweb-browser-source-v${CI_COMMIT_TAG}.tar.gz --add-file=version.txt HEAD

0 comments on commit e92977e

Please sign in to comment.