Test with only release. Removed last line
Building and releasing LASP (master branch) / Build-Test-Ubuntu (push) Successful in 2m45s Details
Building and releasing LASP (master branch) / Release-Ubuntu (push) Failing after -1m23s Details

This commit is contained in:
Anne de Jong 2023-10-16 14:58:00 +02:00
parent 07b2d97e7a
commit 402425ebd1
1 changed files with 7 additions and 8 deletions

View File

@ -26,7 +26,7 @@ jobs:
pytest
- name: Copy dist
run:
cp dist/* /dist
cp -v dist/* /dist
Release-Ubuntu:
runs-on: ubuntu-latest
@ -37,16 +37,15 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: setup go
uses: https://github.com/actions/setup-go@v4
with:
go-version: '1.18'
# - name: Checkout
# uses: actions/checkout@v4
# - name: setup go
# uses: https://github.com/actions/setup-go@v4
# with:
# go-version: '1.18'
- name: Release
uses: https://gitea.com/actions/release-action@main
with:
files: |-
/dist/**
api_key: '${{secrets.RELEASE_TOKEN}}'