Skip to content

Commit

Permalink
attempt 13
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiteBlackGoose committed Nov 14, 2022
1 parent d9be44f commit bb01d99
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit bb01d99

Please sign in to comment.