@@ -8,7 +8,7 @@ A Github Action to download assets from github release. It can download specifie
8
8
9
9
``` yaml
10
10
11
- - uses : robinraju/release-downloader@v1.7
11
+ - uses : robinraju/release-downloader@v1.8
12
12
with :
13
13
# The source repository path.
14
14
# Expected format {owner}/{repo}
@@ -79,7 +79,7 @@ A Github Action to download assets from github release. It can download specifie
79
79
80
80
` ` ` yaml
81
81
82
- - uses: robinraju/release-downloader@v1.7
82
+ - uses: robinraju/release-downloader@v1.8
83
83
with:
84
84
latest: true
85
85
fileName: "foo.zip"
@@ -89,7 +89,7 @@ A Github Action to download assets from github release. It can download specifie
89
89
90
90
` ` ` yaml
91
91
92
- - uses: robinraju/release-downloader@v1.7
92
+ - uses: robinraju/release-downloader@v1.8
93
93
with:
94
94
repository: "owner/repo"
95
95
tag: "v1.0.0"
@@ -100,7 +100,7 @@ A Github Action to download assets from github release. It can download specifie
100
100
101
101
` ` ` yaml
102
102
103
- - uses: robinraju/release-downloader@v1.7
103
+ - uses: robinraju/release-downloader@v1.8
104
104
with:
105
105
repository: "owner/repo"
106
106
latest: true
@@ -112,7 +112,7 @@ A Github Action to download assets from github release. It can download specifie
112
112
# ## Download multiple assets
113
113
114
114
` ` ` yaml
115
- - uses: robinraju/release-downloader@v1.7
115
+ - uses: robinraju/release-downloader@v1.8
116
116
with:
117
117
repository: "owner/repo"
118
118
latest: true
@@ -124,7 +124,7 @@ A Github Action to download assets from github release. It can download specifie
124
124
# ## Download all assets if more than one files are available
125
125
126
126
` ` ` yaml
127
- - uses: robinraju/release-downloader@v1.7
127
+ - uses: robinraju/release-downloader@v1.8
128
128
with:
129
129
repository: "owner/repo"
130
130
latest: true
@@ -134,7 +134,7 @@ A Github Action to download assets from github release. It can download specifie
134
134
# ## Download assets using wildcard pattern
135
135
136
136
` ` ` yaml
137
- - uses: robinraju/release-downloader@v1.7
137
+ - uses: robinraju/release-downloader@v1.8
138
138
with:
139
139
repository: "owner/repo"
140
140
latest: true
@@ -144,7 +144,7 @@ A Github Action to download assets from github release. It can download specifie
144
144
# ## Download a release using its id
145
145
146
146
` ` ` yaml
147
- - uses: robinraju/release-downloader@v1.7
147
+ - uses: robinraju/release-downloader@v1.8
148
148
with:
149
149
releaseId: "123123"
150
150
fileName: "foo.zip"
@@ -153,7 +153,7 @@ A Github Action to download assets from github release. It can download specifie
153
153
# ## Download and extracts archives
154
154
155
155
` ` ` yaml
156
- - uses: robinraju/release-downloader@v1.7
156
+ - uses: robinraju/release-downloader@v1.8
157
157
with:
158
158
fileName: "foo.zip"
159
159
latest: true
0 commit comments