Added expansion of hosts list.

This commit is contained in:
Alexandr Bogomyakov
2023-06-20 01:58:25 +03:00
parent 3672a68fe9
commit 4a670e08d9
2 changed files with 8 additions and 0 deletions

View File

@ -18,6 +18,7 @@ jobs:
with:
args: cargo build --target $BUILD_TARGET --release
- uses: actions/upload-artifact@v2
name: Upload artifact
with:
name: ${{ env.BINARY_NAME }}
path: target/x86_64-unknown-linux-musl/release/${{ env.BINARY_NAME }}*