Skip to content

Commit 2a2be10

Browse files
committed
fix names because I stole my own github actions workflow
1 parent 3aefbe5 commit 2a2be10

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/rust.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -159,20 +159,20 @@ jobs:
159159
cross build --verbose --release --target=${{ matrix.TARGET }}
160160
161161
- name: Rename
162-
run: cp target/${{ matrix.TARGET }}/release/lrcsync${{ matrix.EXTENSION }} lrcsync-${{ matrix.TARGET }}${{ matrix.EXTENSION }}
162+
run: cp target/${{ matrix.TARGET }}/release/airwire${{ matrix.EXTENSION }} airwire-${{ matrix.TARGET }}${{ matrix.EXTENSION }}
163163

164164
- uses: actions/upload-artifact@master
165165
with:
166-
name: lrcsync-${{ matrix.TARGET }}${{ matrix.EXTENSION }}
167-
path: lrcsync-${{ matrix.TARGET }}${{ matrix.EXTENSION }}
166+
name: airwire-${{ matrix.TARGET }}${{ matrix.EXTENSION }}
167+
path: airwire-${{ matrix.TARGET }}${{ matrix.EXTENSION }}
168168

169169
#- uses: svenstaro/upload-release-action@v2
170170
# name: Upload binaries to release
171171
# if: ${{ github.event_name == 'push' }}
172172
# with:
173173
# repo_token: ${{ secrets.GITHUB_TOKEN }}
174-
# file: lrcsync-${{ matrix.TARGET }}${{ matrix.EXTENSION }}
175-
# asset_name: lrcsync-${{ matrix.TARGET }}${{ matrix.EXTENSION }}
174+
# file: airwire-${{ matrix.TARGET }}${{ matrix.EXTENSION }}
175+
# asset_name: airwire-${{ matrix.TARGET }}${{ matrix.EXTENSION }}
176176
# tag: ${{ github.ref }}
177177
# prerelease: ${{ !startsWith(github.ref, 'refs/tags/') }}
178178
# overwrite: true

0 commit comments

Comments
 (0)