Skip to content

Commit

Permalink
small CI change
Browse files Browse the repository at this point in the history
Signed-off-by: danbugs <[email protected]>
  • Loading branch information
danbugs committed Dec 25, 2023
1 parent 0a383db commit ec32faf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,15 @@ jobs:
env:
SERVER_ADDRESS: 'http://127.0.0.1:8080'

- name: Upload smithe artifact
- if: matrix.os == 'ubuntu-latest'
name: Upload smithe artifact
uses: actions/upload-artifact@v2
with:
name: smithe-${{ matrix.target }}
path: target/${{ matrix.target }}/release/smithe

- name: Upload pidgtm artifact
- if: matrix.os == 'ubuntu-latest'
name: Upload pidgtm artifact
uses: actions/upload-artifact@v2
with:
name: pidgtm-${{ matrix.target }}
Expand Down

0 comments on commit ec32faf

Please sign in to comment.