diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2020-06-21 16:52:41 +0100 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2020-06-21 16:52:41 +0100 |
commit | fb5c54fc8061ee46dd45cb6b27afaf36d6d06df3 (patch) | |
tree | 7f6d492d3e5f940db897b8ab4e229af0d8a962ca | |
parent | 5dc34ac37b5f194d0ae64d63f5221b62b9689fa1 (diff) |
changed artifact name
-rw-r--r-- | .github/workflows/tests.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 72b1009..a8057c5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -46,5 +46,5 @@ jobs: - uses: actions/upload-artifact@master with: - name: Windows + name: datamaps path: dist/dm.exe |