[ci] make clear the uploaded artifact is a ZIP archive
All checks were successful
Build / build (push) Successful in 1m43s
All checks were successful
Build / build (push) Successful in 1m43s
This commit is contained in:
parent
24643f37e6
commit
5405d48ca8
1 changed files with 1 additions and 2 deletions
|
@ -17,7 +17,6 @@ jobs:
|
||||||
make build
|
make build
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: mystrom-exporter
|
name: mystrom-exporter.zip
|
||||||
path: output/mystrom-exporter
|
path: output/mystrom-exporter
|
||||||
compression-level: 0 # no compression
|
|
||||||
overwrite: true
|
overwrite: true
|
||||||
|
|
Loading…
Reference in a new issue