Skip to content

Commit

Permalink
Have a look for the built binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Apr 14, 2023
1 parent 4fa969a commit dfcc3de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Expand Up @@ -26,11 +26,12 @@ jobs:
make -C "$RUNNER_TEMP" check
env:
BIPOLAR_TEST_LOCALE: de_DE.UTF-8
- run: find "$RUNNER_TEMP" -type f
- name: Upload build artifacts
uses: actions/upload-artifact@v3
with:
name: linux
path: ${{ runner.temp }}/src/release/bipolar
path: ${{ runner.temp }}/src/release/Bipolar
if-no-files-found: error

linux:
Expand Down

0 comments on commit dfcc3de

Please sign in to comment.