Skip to content

Commit

Permalink
Merge pull request #30 from shalva97/cleanup
Browse files Browse the repository at this point in the history
Cleanup
  • Loading branch information
shalva97 authored Nov 24, 2022
2 parents 6363c38 + b787220 commit f1f40fd
Show file tree
Hide file tree
Showing 27 changed files with 8 additions and 1,292 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: workflow_dispatch

jobs:
build:
name: 'Build the project'
name: 'Build artifacts and publish'
runs-on: macos-12
outputs:
tag-name: ${{ steps.tag.outputs.tag }}
Expand Down Expand Up @@ -36,8 +36,8 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: |
./build/bin/*/releaseExecutable/google-auth-decode-*exe
./build/libs/*-all.jar
./shared/build/bin/*/releaseExecutable/google-auth-decode-*exe
./shared/build/libs/*-all.jar
./shared.xcframework.zip
tag_name: ${{steps.tag.outputs.tag}}
name: version v${{steps.tag.outputs.tag}}
5 changes: 4 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
plugins {
kotlin("multiplatform") version "1.7.0" apply false
}
}

group = "com.github.shalva97"
version = "0.0.17"
27 changes: 0 additions & 27 deletions build/XCFrameworks/release/Demo.xcframework/Info.plist

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Binary file not shown.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Binary file not shown.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Binary file not shown.
Loading

0 comments on commit f1f40fd

Please sign in to comment.