Commit bcb14ff
committed
build: upload versioned binary to SFTP server
Add `tags: v*` to the push trigger so the workflow runs when a version
tag is pushed, and use a POSIX-compatible `case` statement checking
`GITHUB_REF` to create the versioned binary using `GITHUB_REF_NAME` as
the tag name.
Signed-off-by: Daniel Wagner <[email protected]>1 parent a49c53c commit bcb14ff
1 file changed
Lines changed: 7 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
| |||
41 | 43 | | |
42 | 44 | | |
43 | 45 | | |
44 | | - | |
45 | | - | |
46 | | - | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
47 | 51 | | |
48 | 52 | | |
49 | 53 | | |
| |||
0 commit comments