From bb01d99bb1a03efe90c98c5b9c5de80911b2b67e Mon Sep 17 00:00:00 2001 From: WhiteBlackGoose Date: Mon, 14 Nov 2022 17:09:31 +0300 Subject: [PATCH] attempt 13 --- .github/workflows/snapshots.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/snapshots.yml b/.github/workflows/snapshots.yml index 150111c..cb10dec 100644 --- a/.github/workflows/snapshots.yml +++ b/.github/workflows/snapshots.yml @@ -70,9 +70,9 @@ jobs: echo ${{ secrets.CLI_ACCESS_TOKEN }} > token.txt gh auth login --with-token < token.txt gh release create v$version \ - ./publish-output/amcli-win-x64.exe \ - ./publish-output/amcli-linux-x64 \ - ./publish-output/amcli-osx-x64 \ + ./amcli-win-x64.exe \ + ./amcli-linux-x64 \ + ./amcli-osx-x64 \ -R asc-community/AngouriMathCLI \ -t 'AngouriMath CLI' \ -n 'Expant assets and find the binary for you'