Skip to content

Commit

Permalink
Update release.yml (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhallam committed Mar 25, 2024
1 parent 936cf88 commit 08e5223
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,8 @@ jobs:
else
echo "Target is not Windows Based"
cp "target/${{ matrix.target }}/release/tidy-viewer" "$staging/"
chmod -R 755 $staging # This command recursively sets read, write, and execute permissions
chown -R root:root $staging # This command recursively changes the owner and group of the staging directory to root.
tar czf "$staging.tar.gz" "$staging"
echo "ASSET=$staging.tar.gz" >> $GITHUB_ENV
fi
Expand Down

0 comments on commit 08e5223

Please sign in to comment.