Skip to content

Commit

Permalink
Merge pull request #166 from neilenns/upload-artifacts
Browse files Browse the repository at this point in the history
Attach CI artifacts to the run result
  • Loading branch information
pierr3 authored Sep 10, 2024
2 parents 817135f + 69aaefc commit a4a3839
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,9 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npm run build:${{ matrix.platform }}

- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: TrackAudio-${{ matrix.platform }}
path: dist/trackaudio-*.*

0 comments on commit a4a3839

Please sign in to comment.