From 47c53469349bef5013cea3a9c938de1a857030bb Mon Sep 17 00:00:00 2001 From: Jonathan Turner Date: Wed, 2 Sep 2020 16:17:06 +1200 Subject: [PATCH] Update release.yml Fix github workflow to use extra instead of stable --- .github/workflows/release.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c8acc99fb0..1b08c4d3d8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: uses: actions-rs/cargo@v1 with: command: build - args: --release --all --features=stable + args: --release --all --features=extra - name: Create output directory run: mkdir output @@ -38,7 +38,7 @@ jobs: cp LICENSE output/LICENSE rm output/*.d rm output/nu_plugin_core_* - rm output/nu_plugin_stable_* + rm output/nu_plugin_extra_* # Note: If OpenSSL changes, this path will need to be updated - name: Copy OpenSSL to output @@ -68,7 +68,7 @@ jobs: uses: actions-rs/cargo@v1 with: command: build - args: --release --all --features=stable + args: --release --all --features=extra - name: Create output directory run: mkdir output @@ -80,7 +80,7 @@ jobs: cp LICENSE output/LICENSE rm output/*.d rm output/nu_plugin_core_* - rm output/nu_plugin_stable_* + rm output/nu_plugin_extra_* - name: Upload artifact uses: actions/upload-artifact@v2 @@ -112,7 +112,7 @@ jobs: uses: actions-rs/cargo@v1 with: command: build - args: --release --all --features=stable + args: --release --all --features=extra - name: Create output directory run: mkdir output @@ -129,7 +129,7 @@ jobs: cp LICENSE output\ cp target\release\LICENSE-for-less.txt output\ rm target\release\nu_plugin_core_*.exe - rm target\release\nu_plugin_stable_*.exe + rm target\release\nu_plugin_extra_*.exe cp target\release\nu_plugin_*.exe output\ cp README.build.txt output\README.txt cp target\release\less.exe output\