Skip to content

Commit

Permalink
Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
massimo-nocentini committed Mar 21, 2024
1 parent 5424512 commit acc4417
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: cd src && make
- run: mkdir artifact && cp src/*.h src/*.so artifact/
- run: mkdir artifacts && cp src/*.h src/*.so artifact/
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: build-artifacts
path: artifact
name: ubuntu-artifacts
path: artifacts

0 comments on commit acc4417

Please sign in to comment.