Skip to content

Commit

Permalink
Explicitly allow overwriting the artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
vikin91 committed Jun 27, 2024
1 parent c80acb6 commit ac73b82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push-networks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ jobs:
- name: Download executable
uses: actions/download-artifact@v4
with:
pattern: bin-*
merge-multiple: true
pattern: bin
overwrite: true

- name: Set permissions to file
run: chmod +x linux/network-crawler
Expand Down

0 comments on commit ac73b82

Please sign in to comment.