Skip to content

Commit

Permalink
Forgot to pass build number with -P
Browse files Browse the repository at this point in the history
  • Loading branch information
acrylic-style committed Jun 10, 2022
1 parent 67c4b2b commit 93ff56e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Install MagmaCube
run: 'cd MagmaCube && mvn -B clean install'
- name: Run test
run: './gradlew test --info --stacktrace'
run: './gradlew -PBUILD_NUMBER=$BUILD_NUMBER test --info --stacktrace'
env:
BUILD_NUMBER: ${{ secrets.BUILD_NUMBER }}
- name: Bake installer
Expand Down

0 comments on commit 93ff56e

Please sign in to comment.