Skip to content

Commit

Permalink
Rename workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Legend-Master committed Jan 15, 2024
1 parent d766688 commit da52cbe
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Release
name: Build Release With Unstable Rust Features

on:
workflow_dispatch:
Expand All @@ -7,7 +7,7 @@ env:
CARGO_TERM_COLOR: always

jobs:
build-release:
build:
strategy:
matrix:
os: [windows-latest, ubuntu-latest]
Expand Down Expand Up @@ -37,8 +37,10 @@ jobs:
with:
name: ${{ matrix.os-name }}-client
path: ./target/${{ matrix.target }}/release/client${{ matrix.executable-extension }}
compression-level: 0

- uses: actions/upload-artifact@v4
with:
name: ${{ matrix.os-name }}-server
path: ./target/${{ matrix.target }}/release/server${{ matrix.executable-extension }}
compression-level: 0

0 comments on commit da52cbe

Please sign in to comment.