Compare commits

..

No commits in common. "master" and "1.1.5" have entirely different histories.

4 changed files with 2 additions and 13 deletions

View file

@ -68,7 +68,7 @@ jobs:
- run: make assemble-release
env:
GIT_TAG: SNAPSHOT
GIT_TAG: ${{ github.ref_name }}
- name: GitHub release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')

5
.gitignore vendored
View file

@ -3,8 +3,3 @@
/build/
/build/intermediates/javac/genericDebug/compileGenericDebugJavaWithJavac/classes/
/build/intermediates/javac/genericDebugUnitTest/compileGenericDebugUnitTestJavaWithJavac/classes/
/generic/**
/local.properties
/*.log
*.iml
/generic/

View file

@ -1,6 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>