Compare commits
2 Commits
8a09852885
..
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 60b56c6bba | |||
| 5ae9e7597a |
@@ -16,10 +16,14 @@ jobs:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Build Packages
|
||||
- name: Install uv
|
||||
run: |
|
||||
dnf install uv -y
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
make build
|
||||
|
||||
- name: Show Built Items
|
||||
run: |
|
||||
find /workspace/unkin/puppet-api/dist -type f
|
||||
find /workspace/unkin/puppetapi/dist -type f
|
||||
|
||||
Reference in New Issue
Block a user