Commit 1b701e3
authored
Fixed the release artifacts package file name (apache#57)
### Motivation
Because of the typo in the variable name, the packages end up with the same name for both x86_64 and arm64 and GH action is merging them. It's mainly a problem for Deb packages since the files don't have the arch in the file names.1 parent dd1481b commit 1b701e3
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
0 commit comments