refactor yaml
This commit is contained in:
17
.github/workflows/attach-release.yml
vendored
17
.github/workflows/attach-release.yml
vendored
@@ -12,20 +12,19 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: create artifacts directory
|
# - name: create artifacts directory
|
||||||
run: mkdir artifacts
|
# run: mkdir artifacts
|
||||||
working-directory: ./
|
# working-directory: ./
|
||||||
|
|
||||||
- name: Download MyArtifacts
|
|
||||||
uses: actions/download-artifact@v3
|
|
||||||
with:
|
|
||||||
path: ./artifacts
|
|
||||||
|
|
||||||
- name: Upload MyArtifacts
|
- name: Upload MyArtifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
path: ./artifacts
|
path: ./artifacts
|
||||||
|
|
||||||
|
- name: Download MyArtifacts
|
||||||
|
uses: actions/download-artifact@v3
|
||||||
|
with:
|
||||||
|
path: ./artifacts
|
||||||
|
|
||||||
- name: Display structure of downloaded files
|
- name: Display structure of downloaded files
|
||||||
run: ls -R
|
run: ls -R
|
||||||
working-directory: artifacts
|
|
||||||
Reference in New Issue
Block a user