We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent badc2c8 commit e8a3a97Copy full SHA for e8a3a97
README.md
@@ -2,3 +2,18 @@
2
3
GitHub Action generated to download binaries from GitHub releases and make them
4
available for use in later steps.
5
+
6
+Example use:
7
8
+```
9
+- name: Download binary test
10
+ uses: charlieegan3/fetch-gh-release-binary@main
11
+ with:
12
+ owner: charlieegan3
13
+ repo: airtable-contacts
14
+ asset-pattern: Linux_x86_64
15
+ install-path: /usr/local/bin/airtable-contacts
16
+ verbose: true
17
+ env:
18
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
19
0 commit comments