My Artifacts
This commit is contained in:
10
.github/workflows/attach-release.yml
vendored
10
.github/workflows/attach-release.yml
vendored
@@ -16,16 +16,16 @@ jobs:
|
|||||||
run: mkdir artifacts
|
run: mkdir artifacts
|
||||||
working-directory: ./
|
working-directory: ./
|
||||||
|
|
||||||
- name: Upload MyArtifacts
|
|
||||||
uses: actions/upload-artifact@v3
|
|
||||||
with:
|
|
||||||
path: ./artifacts
|
|
||||||
|
|
||||||
- name: Download MyArtifacts
|
- name: Download MyArtifacts
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
path: ./artifacts
|
path: ./artifacts
|
||||||
|
|
||||||
|
- name: Upload MyArtifacts
|
||||||
|
uses: actions/upload-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
|
working-directory: artifacts
|
||||||
Reference in New Issue
Block a user