Skip to content

Commit

Permalink
upload artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
harp-intel committed Oct 24, 2024
1 parent fcd6455 commit b40fe66
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,20 @@ jobs:
- name: build perfspect
run: |
builder/build.sh
- name: upload build
- name: upload perfspect
uses: actions/upload-artifact@v4
with:
name: perfspect
path: dist/perfspect*.tgz
- name: upload md5
uses: actions/upload-artifact@v4
with:
name: dist/perfspect*.md5.txt
- name: upload
- name: upload manifest
uses: actions/upload-artifact@v4
with:
name: dist/manifest.json
- name: upload oss package
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit b40fe66

Please sign in to comment.