Upload and download artifact test 2
This commit is contained in:
parent
44c3782b46
commit
5565b10fb2
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user