Skip to content

Commit

Permalink
gitlab ci: properly upload release
Browse files Browse the repository at this point in the history
  • Loading branch information
Bixilon committed Jan 22, 2024
1 parent ccf1e91 commit b169d97
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,7 @@ test:
package:
stage: package
script:
- ./gradlew fatJar --stacktrace -Pminosoft.updates=true
- apk add git curl
- ./release/upload.sh
- ./gradlew fatJar upload --stacktrace -Pminosoft.updates=true
only:
- master
artifacts:
Expand Down

0 comments on commit b169d97

Please sign in to comment.