1 Commits

Author SHA1 Message Date
0378f19a75 set matrix target 2023-09-25 18:57:51 +02:00

View File

@ -32,6 +32,7 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: taiki-e/upload-rust-binary-action@v1 - uses: taiki-e/upload-rust-binary-action@v1
with: with:
target: ${{ matrix.target }}
bin: alterware-launcher bin: alterware-launcher
tar: unix tar: unix
zip: windows zip: windows