From 3053451e01f0cb33aebeea26ae85f7e28ee401a9 Mon Sep 17 00:00:00 2001 From: Nicholas Ferguson Date: Mon, 6 May 2024 16:32:39 -0400 Subject: [PATCH] Update rust.yml added windows amber key setup script Signed-off-by: Nicholas Ferguson --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 32c7c0e..0b10031 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -110,7 +110,7 @@ jobs: TAG=$GITHUB_SHA fi mv fluent_cli/target/$TARGET/release/$EXEC ./$EXEC - tar -czf ./artifacts/$NAME-$TARGET-$TAG.tar.gz $EXEC fluent_cli/config.json amber.yaml amber-x86_64-apple-darwin amber-x86_64-pc-windows-gnu.exe amber-x86_64-unknown-linux-musl fluent_cli/fluent_cli_autocomplete.ps1 fluent_cli/fluent_cli_autocomplete.sh + tar -czf ./artifacts/$NAME-$TARGET-$TAG.tar.gz $EXEC fluent_cli/config.json amber.yaml amber-x86_64-apple-darwin amber-x86_64-pc-windows-gnu.exe amber-x86_64-unknown-linux-musl fluent_cli/fluent_cli_autocomplete.ps1 fluent_cli/fluent_cli_autocomplete.sh fluent_cli/windows-amber-key-setup.bat - name: Archive artifact uses: actions/upload-artifact@v2 with: