summaryrefslogtreecommitdiff
path: root/.github/workflows/release.yml
blob: 6cbbcd7fecb39755557bbb78ca2cce40d3b26236 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
on:
  release:
    types:
       - published
jobs:
  upload:
    runs-on: ubuntu-latest
    steps:
      - name: Download file
        run: |
          gh repo $TAG -p '*.jar'
        env:
          TAG: ${{ github.event.release.tag_name }}
      - name: Show files
        run: |
          ls -Rla .