Skip to content

Commit

Permalink
workflows/release_artifacts.yml: Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
tchebb committed Sep 1, 2023
1 parent e27c4fd commit 30e35fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release_artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
build-linux:
runs-on: ubuntu-latest
env:
ARTIFACT_NAME: bose-dfu-${{ github.ref_name}}-linux-x86_64
ARTIFACT_NAME: bose-dfu-${{ github.ref_name }}-linux-x86_64
steps:
- uses: actions/checkout@v2
- name: Install libudev headers (for hidapi crate)
Expand All @@ -35,7 +35,7 @@ jobs:
build-windows:
runs-on: windows-latest
env:
ARTIFACT_NAME: bose-dfu-${{ github.ref_name}}-win-x86_64.exe
ARTIFACT_NAME: bose-dfu-${{ github.ref_name }}-win-x86_64.exe
steps:
- uses: actions/checkout@v2
- name: Build
Expand All @@ -54,7 +54,7 @@ jobs:
build-macos:
runs-on: macos-latest
env:
ARTIFACT_NAME: bose-dfu-${{ github.ref_name}}-mac-universal
ARTIFACT_NAME: bose-dfu-${{ github.ref_name }}-mac-universal
steps:
- uses: actions/checkout@v2
- name: Add x86_64-apple-darwin target
Expand Down

0 comments on commit 30e35fe

Please sign in to comment.