Commit 256cf35
* add support for .tar, .tar.gz archives
* add dependencies tar & gzip
* fix bundleType mismatch
* fix incorrect doco link in comment
* Update deploy.sh
* add bundle_type to action.yaml
* fix unquoted var, handle bundle_type input
* Typo: ecas -> esac
* remove bundle_type
infer bundle_type from filename (remove input)
* fix linting error
https://www.shellcheck.net/wiki/SC2143 -- was already using `grep -qv`, not sure why I wrapped it in `[ -n ... ]` (:
---------
Co-authored-by: vikasperi <117131235+vikasperi@users.noreply.github.com>
Co-authored-by: Connor Tumbleson <iBotPeaches@users.noreply.github.com>
1 parent d87d8a4 commit 256cf35
2 files changed
+28
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
87 | | - | |
88 | | - | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
89 | 111 | | |
90 | 112 | | |
91 | 113 | | |
| |||
192 | 214 | | |
193 | 215 | | |
194 | 216 | | |
195 | | - | |
| 217 | + | |
196 | 218 | | |
197 | 219 | | |
198 | 220 | | |
199 | 221 | | |
200 | 222 | | |
201 | 223 | | |
202 | | - | |
| 224 | + | |
203 | 225 | | |
204 | 226 | | |
205 | 227 | | |
| |||
0 commit comments