With upload and download artifacts - now with yaml syntax correct
Building and releasing LASP (master branch) / Release-Ubuntu (push) Has been cancelled Details
Building and releasing LASP (master branch) / Build-Test-Ubuntu (push) Has been cancelled Details

This commit is contained in:
Anne de Jong 2023-10-11 17:23:31 +02:00
parent 8ef5fd5a64
commit 03513b6502
1 changed files with 6 additions and 6 deletions

View File

@ -21,18 +21,18 @@ jobs:
pip install dist/lasp*.whl
pytest
- name: Upload artifact
- uses: actions/upload-artifact@master
uses: actions/upload-artifact@master
with:
name: Build files
path: dist
Release-Ubuntu:
runs-on: ubuntu-latest
steps:
- name: Download artifacts
- uses: actions/download-artifact@master
with:
name: my-artifact
path: dist
- name: Download artifacts
uses: actions/download-artifact@master
with:
name: my-artifact
path: dist
- name: Release
uses: actions/release-action@main