Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
added windows amber key setup script

Signed-off-by: Nicholas Ferguson <me@njf.io>
  • Loading branch information
njfio committed May 6, 2024
1 parent e4a5404 commit 3053451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3053451

Please sign in to comment.