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