My-Artifacts Directory
This commit is contained in:
8
.github/workflows/attach-release.yml
vendored
8
.github/workflows/attach-release.yml
vendored
@@ -16,9 +16,13 @@ jobs:
|
||||
run: mkdir artifacts
|
||||
working-directory: ./
|
||||
|
||||
- uses: actions/download-artifact@v3
|
||||
- name: Upload MyArtifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
path: artifacts
|
||||
path: ./artifacts
|
||||
|
||||
- name: Download MyArtifacts
|
||||
uses: actions/download-artifact@v3
|
||||
|
||||
- name: Display structure of downloaded files
|
||||
run: ls -R
|
||||
|
||||
Reference in New Issue
Block a user