Upload and download artifact test 2
Building and releasing LASP (master branch) / Build-Test-Ubuntu (push) Successful in 2m53s Details
Building and releasing LASP (master branch) / Release-Ubuntu (push) Failing after -1m6s Details

This commit is contained in:
Anne de Jong 2023-10-12 16:28:02 +02:00
parent 44c3782b46
commit 5565b10fb2
1 changed files with 5 additions and 1 deletions

View File

@ -25,19 +25,23 @@ jobs:
with:
name: build_files
path: dist
Release-Ubuntu:
runs-on: ubuntu-latest
needs: Build-Test-Ubuntu
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Download artifacts
uses: actions/download-artifact@v3
with:
name: build_files
path: dist
- name: Apparently Golang is required
uses: actions/setup-go@v4
- name: Release
uses: https://gitea.com/actions/release-action@main
with: