Skip to content

Commit

Permalink
fix pipeline take 4
Browse files Browse the repository at this point in the history
  • Loading branch information
cccs-shellyw committed Jul 30, 2024
1 parent 2e2e5a8 commit 98cb112
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
- run: gradle distZip
- name: Check if tmp folder is empty
run: ls -l build
- run: ls -l build/distribution
- run: ls -l build/distributions
- uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
build/distribution/*.zip
build/distributions/*.zip

0 comments on commit 98cb112

Please sign in to comment.