@@ -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.8
11
+ - uses : robinraju/release-downloader@v1.9
12
12
with :
13
13
# The source repository path.
14
14
# Expected format {owner}/{repo}
@@ -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.8
92
+ - uses: robinraju/release-downloader@v1.9
93
93
with:
94
94
latest: true
95
95
fileName: "foo.zip"
@@ -99,7 +99,7 @@ A Github Action to download assets from github release. It can download specifie
99
99
100
100
` ` ` yaml
101
101
102
- - uses: robinraju/release-downloader@v1.8
102
+ - uses: robinraju/release-downloader@v1.9
103
103
with:
104
104
repository: "owner/repo"
105
105
tag: "v1.0.0"
@@ -110,7 +110,7 @@ A Github Action to download assets from github release. It can download specifie
110
110
111
111
` ` ` yaml
112
112
113
- - uses: robinraju/release-downloader@v1.8
113
+ - uses: robinraju/release-downloader@v1.9
114
114
with:
115
115
repository: "owner/repo"
116
116
latest: true
@@ -122,7 +122,7 @@ A Github Action to download assets from github release. It can download specifie
122
122
# ## Download multiple assets
123
123
124
124
` ` ` yaml
125
- - uses: robinraju/release-downloader@v1.8
125
+ - uses: robinraju/release-downloader@v1.9
126
126
with:
127
127
repository: "owner/repo"
128
128
latest: true
@@ -134,7 +134,7 @@ A Github Action to download assets from github release. It can download specifie
134
134
# ## Download all assets if more than one files are available
135
135
136
136
` ` ` yaml
137
- - uses: robinraju/release-downloader@v1.8
137
+ - uses: robinraju/release-downloader@v1.9
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 assets using wildcard pattern
145
145
146
146
` ` ` yaml
147
- - uses: robinraju/release-downloader@v1.8
147
+ - uses: robinraju/release-downloader@v1.9
148
148
with:
149
149
repository: "owner/repo"
150
150
latest: true
@@ -154,7 +154,7 @@ A Github Action to download assets from github release. It can download specifie
154
154
# ## Download a release using its id
155
155
156
156
` ` ` yaml
157
- - uses: robinraju/release-downloader@v1.8
157
+ - uses: robinraju/release-downloader@v1.9
158
158
with:
159
159
releaseId: "123123"
160
160
fileName: "foo.zip"
@@ -163,7 +163,7 @@ A Github Action to download assets from github release. It can download specifie
163
163
# ## Download and extracts archives
164
164
165
165
` ` ` yaml
166
- - uses: robinraju/release-downloader@v1.8
166
+ - uses: robinraju/release-downloader@v1.9
167
167
with:
168
168
fileName: "foo.zip"
169
169
latest: true
@@ -173,7 +173,7 @@ A Github Action to download assets from github release. It can download specifie
173
173
# ## Download latest prerelease
174
174
175
175
` ` ` yaml
176
- - uses: robinraju/release-downloader@v1.8
176
+ - uses: robinraju/release-downloader@v1.9
177
177
with:
178
178
repository: "owner/repo"
179
179
fileName: "foo.zip"
0 commit comments