1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-11-22 16:23:48 +00:00

update workgflows

This commit is contained in:
InsanusMokrassar 2023-10-17 23:46:28 +06:00
parent 051684db23
commit 2719e166a8

View File

@ -9,7 +9,7 @@ jobs:
with: with:
java-version: 11 java-version: 11
- name: Setup LibCurl - name: Setup LibCurl
run: sudo apt install -y libcurl4-openssl-dev run: sudo apt update && sudo apt install -y libcurl4-openssl-dev
- name: Rewrite version - name: Rewrite version
run: | run: |
branch="`echo "${{ github.ref }}" | grep -o "[^/]*$"`" branch="`echo "${{ github.ref }}" | grep -o "[^/]*$"`"