Skip to content

Commit

Permalink
ci: runData
Browse files Browse the repository at this point in the history
  • Loading branch information
WakelessSloth56 committed Oct 5, 2022
1 parent ca9594e commit 5d15301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev-build.yml
Expand Up @@ -32,7 +32,7 @@ jobs:
mkdir tmp
- name: Build with Gradle
run: ./gradlew clean build outputProjectFullname
run: ./gradlew clean runData build outputProjectFullname

- name: Read project full name
run: echo "PROJECT_FULL_NAME=`cat ./tmp/fullname.txt`" >> $GITHUB_ENV
Expand Down

0 comments on commit 5d15301

Please sign in to comment.