mirror of
https://github.com/actions/download-artifact.git
synced 2025-07-23 23:18:29 +02:00
test
This commit is contained in:
parent
494f241b71
commit
8de6a9f163
1 changed files with 2 additions and 1 deletions
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
@ -40,12 +40,13 @@ jobs:
|
||||||
echo "Hello world from file B" > path/to/artifact-B/file-B.txt
|
echo "Hello world from file B" > path/to/artifact-B/file-B.txt
|
||||||
mkdir bins
|
mkdir bins
|
||||||
mv *.bin bins/
|
mv *.bin bins/
|
||||||
|
zip -r bins.zip bins/
|
||||||
|
|
||||||
- name: Upload both art
|
- name: Upload both art
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: bins
|
name: bins
|
||||||
path: ./bins/
|
path: bins.zip
|
||||||
|
|
||||||
- name: Upload artifact A
|
- name: Upload artifact A
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue