Skip to content
This repository has been archived by the owner on Mar 16, 2023. It is now read-only.

Commit

Permalink
Seperate run and use sections in GH actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Artemis21 committed Aug 3, 2021
1 parent edcc9b1 commit 15cd47b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ jobs:
uses: actions/download-artifact@v2
with:
path: ./artifacts

- name: Make POSIX artifacts executable
run: |
chmod +x ./artifacts/clique-collector-linux/clique-collector
chmod +x ./artifacts/clique-collector-macos/clique-collector
Expand Down

0 comments on commit 15cd47b

Please sign in to comment.