Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aronson authored Apr 30, 2024
1 parent 0ffd775 commit f7fac13
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,10 @@ jobs:
- run: pip install meson ninja
- run: meson setup -Db_lto=false build
- run: meson compile -C build
- name: Upload
uses: actions/upload-artifact@v4
with:
name: binary-${{ matrix.os }}-${{ matrix.version }}
path: |
build/countchan*
!build/countchan*/**

0 comments on commit f7fac13

Please sign in to comment.