We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93e3e2a commit 1ec2cfdCopy full SHA for 1ec2cfd
1 file changed
.github/workflows/publish.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Install Ant and tools
22
run: |
23
apt-get update
24
- apt-get install -y ant zip
+ apt-get install -y ant zip git gh
25
26
- name: Build
27
run: ant all
@@ -94,7 +94,6 @@ jobs:
94
env:
95
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
96
97
- apt-get install -y gh
98
TAG="${{ github.event.release.tag_name }}"
99
100
# Upload individual JARs
0 commit comments