Skip to content

Commit

Permalink
migrate output
Browse files Browse the repository at this point in the history
  • Loading branch information
connorhu committed Feb 29, 2024
1 parent 8b1127f commit 60e3902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/archive-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
do
dirname $file;
done | sort | uniq | grep '^\.$' | wc -l)
echo ::set-output name=number_of_new_files::$?
echo "number_of_new_files=$number_of_new_files" >> $GITHUB_OUTPUT
- run: |
git archive -o archive.tar $GITHUB_SHA && sh .ci/github/validate_archive.sh archive.tar
Expand Down

0 comments on commit 60e3902

Please sign in to comment.