File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments