versioning with normal build

This commit is contained in:
Wagyourtail
2022-06-03 14:24:17 -06:00
parent 4dba5a4399
commit ffbe683e86
3 changed files with 10 additions and 4 deletions

View File

@@ -24,8 +24,8 @@ jobs:
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew build -Pmod_version=$(git describe --always --tags | cut -c2-)
run: ./gradlew build
- name: Archive Artifacts
uses: actions/upload-artifact@v2
with: