refactor
This commit is contained in:
3
.github/workflows/attach-release.yml
vendored
3
.github/workflows/attach-release.yml
vendored
@@ -5,7 +5,7 @@ on:
|
|||||||
types:
|
types:
|
||||||
- released
|
- released
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
download-artifacts:
|
download-artifacts:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@@ -14,7 +14,6 @@ jobs:
|
|||||||
|
|
||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: my-artifact
|
|
||||||
path: artifacts
|
path: artifacts
|
||||||
|
|
||||||
- name: Display structure of downloaded files
|
- name: Display structure of downloaded files
|
||||||
|
|||||||
Reference in New Issue
Block a user