Skip to content

Commit

Permalink
set file permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
tomschlick committed Mar 10, 2024
1 parent a4f48ad commit 8c3eb8e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,10 @@ jobs:
target: "SOURCES/pkgs-observer-agent/usr/sbin/pkgs-observer-agent"
token: ${{ secrets.GITHUB_TOKEN }}

- name: Set the permissions
run: |
chmod 755 "SOURCES/pkgs-observer-agent/usr/sbin/pkgs-observer-agent"
- name: Create Control File
# Fields from https://www.debian.org/doc/debian-policy/ch-controlfields.html#binary-package-control-files-debian-control
run: |
Expand Down

0 comments on commit 8c3eb8e

Please sign in to comment.