Skip to content

Commit

Permalink
Add workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
berry120 committed Dec 18, 2023
1 parent 42c683a commit a963c74
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,14 @@ jobs:
chmod +x build-install.sh
./gradlew -Dnightly=true -Dversionsuffix=CI-UNSTABLE clean dist
ls -l
ls -l dist/standalone
ls -l dist/standalone
- name: Upload binaries to release
uses: svenstaro/upload-release-action@v2
with:
file: Quelea/dist/standalone/*
tag: CI-RELEASE
overwrite: true
prerelease: true
make_latest: false
file_glob: true
body: "CI release"

0 comments on commit a963c74

Please sign in to comment.