Skip to content

Commit

Permalink
ci: place files at top-level of release archives
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsgruk committed Aug 10, 2023
1 parent 02ad28a commit 5632a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
echo Creating archive $ARCHIVE_FILE
cp COPYING dist/build
cp README.md dist/build
tar -czf dist/$ARCHIVE_FILE -C dist/build .
tar -czf dist/$ARCHIVE_FILE -C dist/build $(ls -A dist/build)
# Share variables with subsequent steps
echo "ARCHIVE_FILE=${ARCHIVE_FILE}" >>$GITHUB_OUTPUT
Expand Down

0 comments on commit 5632a9c

Please sign in to comment.