Merge pull request #12 from zarath/build_check

add os to artifact
pull/185/head
Holger Müller 2020-06-12 19:55:20 +02:00 zatwierdzone przez GitHub
commit 292f80e8fb
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -48,7 +48,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
@ -64,5 +64,5 @@ jobs:
- name: Archive production artifacts
uses: actions/upload-artifact@v1
with:
name: NanoVNASaver
name: NanoVNASaver.${{ matrix.os }}
path: dist/nanovna-saver