Compare commits
1 Commits
14b317883b
...
519bbd6bb6
| Author | SHA1 | Date | |
|---|---|---|---|
| 519bbd6bb6 |
@ -27,17 +27,3 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: rpms
|
name: rpms
|
||||||
path: /workspace/unkin/rpmbuilder/dist/*/*.rpm
|
path: /workspace/unkin/rpmbuilder/dist/*/*.rpm
|
||||||
|
|
||||||
- name: Create dist directory
|
|
||||||
run: |
|
|
||||||
mkdir -p /tmp/unkin/rpmbuilder/dist
|
|
||||||
|
|
||||||
- name: Download Artifacts
|
|
||||||
uses: actions/download-artifact@v1
|
|
||||||
with:
|
|
||||||
name: rpms
|
|
||||||
path: /tmp/unkin/rpmbuilder/dist/
|
|
||||||
|
|
||||||
- name: Show RPMs from Artifact
|
|
||||||
run: |
|
|
||||||
find /tmp -type f -name "*.rpm"
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user