Skip to content

Commit

Permalink
Forgot the release flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Crossedfall authored Nov 8, 2020
1 parent d500910 commit 07dcb14
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
toolchain: stable
command: build
args: --target i686-pc-windows-msvc --all-features
args: --target i686-pc-windows-msvc --release --all-features
- name: Upload artifact (all features)
uses: actions/upload-artifact@v1
with:
Expand Down Expand Up @@ -53,18 +53,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
target: i686-unknown-linux-gnu
- name: Build (all features)
uses: actions-rs/cargo@v1
with:
toolchain: stable
command: build
args: --target i686-unknown-linux-gnu --all-features
- name: Upload artifact (all features)
uses: actions/upload-artifact@v1
with:
name: full_librust_g.so
path: target/i686-unknown-linux-gnu/release/librust_g.so
target: i686-unknown-linux-gnu
- name: Build (Debug)
uses: actions-rs/cargo@v1
with:
Expand All @@ -79,6 +68,17 @@ jobs:
args: --target i686-unknown-linux-gnu
env:
BYOND_BIN: /home/runner/BYOND/byond/bin
- name: Build (all features)
uses: actions-rs/cargo@v1
with:
toolchain: stable
command: build
args: --target i686-unknown-linux-gnu --release --all-features
- name: Upload artifact (all features)
uses: actions/upload-artifact@v1
with:
name: full_librust_g.so
path: target/i686-unknown-linux-gnu/release/librust_g.so
- name: Build (release)
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit 07dcb14

Please sign in to comment.