Upload / download artifact. Test2
This commit is contained in:
parent
b9c42c1c24
commit
02b95f9aa8
@ -21,9 +21,9 @@ jobs:
|
||||
pip install dist/lasp*.whl
|
||||
pytest
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@master
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: Build files
|
||||
name: build_files
|
||||
path: dist
|
||||
Release-Ubuntu:
|
||||
runs-on: ubuntu-latest
|
||||
@ -31,9 +31,9 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Download artifacts
|
||||
uses: actions/download-artifact@master
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: my-artifact
|
||||
name: build_files
|
||||
path: dist
|
||||
|
||||
- name: Release
|
||||
|
Loading…
Reference in New Issue
Block a user