fix action

This commit is contained in:
mii
2021-10-02 00:13:51 +09:00
parent e4dcd0cf65
commit 9154102f2e

View File

@ -40,7 +40,7 @@ jobs:
with: with:
upload_url: ${{ steps.upload-url.outputs.url }} upload_url: ${{ steps.upload-url.outputs.url }}
asset_path: ./build-${{ matrix.target }}/rustris-${{ matrix.target }}.zip asset_path: ./build-${{ matrix.target }}/rustris-${{ matrix.target }}.zip
asset_name: slack-stream-json-${{ matrix.target }}.zip asset_name: rustris-${{ matrix.target }}.zip
asset_content_type: application/zip asset_content_type: application/zip
create-release: create-release:
needs: [build] needs: [build]
@ -109,7 +109,7 @@ jobs:
use-cross: true use-cross: true
- run: | - run: |
zip --junk-paths slack-stream-json-${{ matrix.target }} target/${{ matrix.target }}/release/rustris{,.exe} zip --junk-paths rustris-${{ matrix.target }} target/${{ matrix.target }}/release/rustris{,.exe}
- uses: actions/upload-artifact@v1 - uses: actions/upload-artifact@v1
with: with:
name: build-${{ matrix.target }} name: build-${{ matrix.target }}