mirror of
https://github.com/ddworken/hishtory.git
synced 2025-03-08 12:21:43 +01:00
Add .zip file extension for go tests artifact
This commit is contained in:
parent
30f94c1c78
commit
d8eb079e5f
2
.github/workflows/go-test.yml
vendored
2
.github/workflows/go-test.yml
vendored
@ -85,7 +85,7 @@ jobs:
|
||||
uses: actions/upload-artifact@v3
|
||||
if: success() || failure()
|
||||
with:
|
||||
name: test-goldens-${{ matrix.os }}
|
||||
name: test-goldens-${{ matrix.os }}.zip
|
||||
path: /tmp/test-goldens/
|
||||
- name: Upload test log
|
||||
uses: actions/upload-artifact@v3
|
||||
|
Loading…
Reference in New Issue
Block a user