Skip to content

Commit

Permalink
Update CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
stuart-auterion committed Oct 3, 2024
1 parent ab455b1 commit 47b064f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ jobs:
- name: Get all build artifacts
uses: actions/download-artifact@v4
- name: List
run: |
find . -name '*' -print
run: find . -name '*' -print
- name: compress artifacts into releaseable assets
run: find . -mindepth 1 -type d -exec zip -j -r {}.zip {} \;
- name: Create release
uses: softprops/action-gh-release@v2
with:
files: |
**
files: **

0 comments on commit 47b064f

Please sign in to comment.