Skip to content

Commit

Permalink
- Update TON binaries as of 17.01.2024 mainnet
Browse files Browse the repository at this point in the history
- Update TON binaries as of 24.01.2024 testnet
- Refactor release strategy
  • Loading branch information
neodix42 committed Jan 25, 2024
1 parent 6b97269 commit 82d1fb5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ jobs:
run: |
mvn clean compile package -DskipTests -Dton_branch=testnet
cp target/MyLocalTon.jar artifacts/MyLocalTon-arm64-testnet.jar
- name: Checkout main branch
run: |
git checkout main
ls artifacts
# - name: Upload artifacts
Expand Down Expand Up @@ -78,3 +82,4 @@ jobs:
file: artifacts\MyLocalTon*
tag: v${{ github.run_number }}
overwrite: true
file_glob: true

0 comments on commit 82d1fb5

Please sign in to comment.