release
This commit is contained in:
28
.github/workflows/attach-release.yml
vendored
28
.github/workflows/attach-release.yml
vendored
@@ -1,28 +0,0 @@
|
|||||||
name: Attach Release Artifacts
|
|
||||||
|
|
||||||
on:
|
|
||||||
release:
|
|
||||||
types:
|
|
||||||
- released
|
|
||||||
workflow_dispatch:
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
download-artifacts:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v3
|
|
||||||
|
|
||||||
- name: create artifacts directory
|
|
||||||
run: mkdir artifact
|
|
||||||
working-directory: ./
|
|
||||||
|
|
||||||
- uses: dawidd6/action-download-artifact@v2
|
|
||||||
id: download-artifact
|
|
||||||
with:
|
|
||||||
workflow: build-uc2.yml
|
|
||||||
workflow_conclusion: success
|
|
||||||
path: artifact
|
|
||||||
|
|
||||||
- name: Display structure of all downloaded files
|
|
||||||
run: ls -R
|
|
||||||
working-directory: artifact
|
|
||||||
Reference in New Issue
Block a user