Skip to content

Commit

Permalink
Tweak Custom Build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelherger committed May 4, 2023
1 parent 089e857 commit acf772a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/custom-linux-build-spotty.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:
KEYMASTER_CLIENT_ID: ${{ secrets.KEYMASTER_CLIENT_ID }}

jobs:
CustomLinuxBuild:
Custom-Build:
runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -42,6 +42,5 @@ jobs:
name: spotty-custom
path: target/${{ github.event.inputs.target_triple }}/release/spotty

- name: Compare results
run: |
echo '### Build succeeded for `${{ github.event.inputs.target_triple }}' >> $GITHUB_STEP_SUMMARY
- run: |
echo 'Build succeeded for `${{ github.event.inputs.target_triple }}`' >> $GITHUB_STEP_SUMMARY

0 comments on commit acf772a

Please sign in to comment.