Skip to content

Commit

Permalink
Revert changes in source release script
Browse files Browse the repository at this point in the history
  • Loading branch information
aveenismail committed Dec 19, 2024
1 parent 8eca2f1 commit d7979e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/make_src_dist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ rm -r dist_build
set +e
set -x

tar --exclude README.adoc --exclude .git --exclude .github --exclude --exclude resources/icons --exclude resources/macos --exclude resources/win .gitignore --transform="s/^\./yubico-piv-tool-$VERSION/" -czf yubico-piv-tool-$VERSION.tar.gz .
tar --exclude README.adoc --exclude .git --exclude .github --exclude --exclude .gitignore --transform="s/^\./yubico-piv-tool-$VERSION/" -czf yubico-piv-tool-$VERSION.tar.gz .
exitcode=$?
if [ "$exitcode" != "1" ] && [ "$exitcode" != "0" ]; then
exit $exitcode
Expand Down

0 comments on commit d7979e7

Please sign in to comment.