Merge pull request #15 from hapakaien/bugfix/pkgbuild-permission

fix: wrong copied PKGBUILD permission
This commit is contained in:
Ahmad Husen
2022-02-02 15:09:47 +07:00
committed by GitHub
2 changed files with 7 additions and 2 deletions
+6 -1
View File
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
### Fixed
- Copied PKGBUILD file has wrong permission
## [2.0.2] - 2022-02-02 ## [2.0.2] - 2022-02-02
### Fixed ### Fixed
@@ -73,7 +77,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Initial release - Initial release
[Unreleased]: https://github.com/hapakaien/archlinux-package-action/compare/v2.0.2...HEAD [Unreleased]: https://github.com/hapakaien/archlinux-package-action/compare/v2.0.3...HEAD
[2.0.3]: https://github.com/hapakaien/archlinux-package-action/compare/v2.0.2...v2.0.3
[2.0.2]: https://github.com/hapakaien/archlinux-package-action/compare/v2.0.1...v2.0.2 [2.0.2]: https://github.com/hapakaien/archlinux-package-action/compare/v2.0.1...v2.0.2
[2.0.1]: https://github.com/hapakaien/archlinux-package-action/compare/v2.0.0...v2.0.1 [2.0.1]: https://github.com/hapakaien/archlinux-package-action/compare/v2.0.0...v2.0.1
[2.0.0]: https://github.com/hapakaien/archlinux-package-action/compare/v1.1.1...v2.0.0 [2.0.0]: https://github.com/hapakaien/archlinux-package-action/compare/v1.1.1...v2.0.0
+1 -1
View File
@@ -10,7 +10,7 @@ cd $HOME
mkdir gh-action mkdir gh-action
cd gh-action cd gh-action
cp -rfv "$GITHUB_WORKSPACE"/.git ./ cp -rfv "$GITHUB_WORKSPACE"/.git ./
sudo cp -fv "$WORKPATH"/PKGBUILD ./ cp -fv "$WORKPATH"/PKGBUILD ./
echo "::endgroup::" echo "::endgroup::"
# Update pkgver # Update pkgver