Upload / download artifact. Test2
Building and releasing LASP (master branch) / Build-Test-Ubuntu (push) Successful in 3m23s Details
Building and releasing LASP (master branch) / Release-Ubuntu (push) Failing after -1m9s Details

This commit is contained in:
Anne de Jong 2023-10-11 17:36:44 +02:00
parent b9c42c1c24
commit 02b95f9aa8
1 changed files with 4 additions and 4 deletions

View File

@ -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