Compare commits

..

2 commits

Author SHA1 Message Date
Amit Kumar Nandi
e3ed5e6d99 GH actions integration 2024-03-07 01:46:20 +05:30
Amit Kumar Nandi
371cbe4a8b GH actions integration 2024-03-07 01:44:59 +05:30
4 changed files with 13 additions and 2 deletions

View file

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

7
.gitignore vendored
View file

@ -2,4 +2,9 @@
/.gradle/
/build/
/build/intermediates/javac/genericDebug/compileGenericDebugJavaWithJavac/classes/
/build/intermediates/javac/genericDebugUnitTest/compileGenericDebugUnitTestJavaWithJavac/classes/
/build/intermediates/javac/genericDebugUnitTest/compileGenericDebugUnitTestJavaWithJavac/classes/
/generic/**
/local.properties
/*.log
*.iml
/generic/

6
.idea/vcs.xml Normal file
View file

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