Skip to content

Commit

Permalink
fix linux ci artifact names
Browse files Browse the repository at this point in the history
  • Loading branch information
AmyrAhmady committed Oct 15, 2024
1 parent dd2074b commit 195aedf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,5 +123,5 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
name: streamer-linux-${{ matrix.config == 'Debug' && '-debug' || '-release' }}-${{ steps.current-time.outputs.formattedTime }}-${{ steps.vars.outputs.sha_short }}
name: streamer-linux-${{ matrix.config == 'Debug' && 'debug' || 'release' }}-${{ steps.current-time.outputs.formattedTime }}-${{ steps.vars.outputs.sha_short }}
path: docker/build/bin

0 comments on commit 195aedf

Please sign in to comment.