Skip to content

Commit

Permalink
chmod +x all local bin files
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Jan 5, 2024
1 parent 412bb72 commit 64f7ccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
sudo curl --create-dirs -o /usr/local/bin/spectool https://pagure.io/rpmdevtools/raw/26a8abc746fba9c0b32eb899b96c92841a37855a/f/spectool.in
sudo curl --create-dirs -o /usr/local/bin/rpmdev-bumpspec https://pagure.io/rpmdevtools/raw/6f387c1deaa5cbed770310e288abde04b17421dc/f/rpmdev-bumpspec
echo 'echo "$GIT_AUTHOR_NAME <$GIT_AUTHOR_EMAIL>"' | sudo tee /usr/local/bin/rpmdev-packager
sudo chmod +x /usr/local/bin/spectool /usr/local/bin/rpmdev-packager
sudo chmod +x /usr/local/bin/*
- name: Install dependencies for nodejs
if: ${{ matrix.npm_name != null }}
uses: actions/setup-node@v4
Expand Down

0 comments on commit 64f7ccc

Please sign in to comment.