mirror of
https://github.com/mii443/rustris.git
synced 2025-08-22 16:25:42 +00:00
fix action
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -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 }}
|
||||||
|
Reference in New Issue
Block a user