Skip to content

Commit

Permalink
ci: Run correct Gradle tasks on tag mirror from GitLab to GItHub
Browse files Browse the repository at this point in the history
  • Loading branch information
Griefed committed Jul 21, 2021
1 parent 95591f9 commit db6dcd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
echo "New version: ${NEW_VERSION}"
echo "Github username: ${GITHUB_ACTOR}"
./gradlew clean
./gradlew -Pversion=${NEW_VERSION} publish createExe
./gradlew -Pversion=${NEW_VERSION} installQuasar cleanFrontend assembleFrontend copyDist publish createExe --info -x test
- name: List files
run: ls -ahl build/libs

Expand Down

0 comments on commit db6dcd0

Please sign in to comment.