Skip to content

Commit

Permalink
Fix artifact upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaren882 committed Oct 16, 2024
1 parent ec3abac commit 228f1e0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ jobs:
run: scons
- name: Archive Release
uses: thedoctor0/[email protected]
with:
type: 'zip'
path: 'release'
filename: 'artifact-BCE.zip'
- name: Upload Artifact
uses: actions/[email protected]
with:
Expand Down

0 comments on commit 228f1e0

Please sign in to comment.