mirror of
https://github.com/lone-cloud/prism-android
synced 2026-06-03 19:54:44 -07:00
fix release
This commit is contained in:
parent
719cb769b3
commit
cd68871684
2 changed files with 4 additions and 2 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -11,6 +11,8 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
release:
|
release:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v6
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
4
Makefile
4
Makefile
|
|
@ -3,12 +3,12 @@ SHELL := /bin/bash
|
||||||
GRADLEW := ./gradlew
|
GRADLEW := ./gradlew
|
||||||
WORKFLOW := release.yml
|
WORKFLOW := release.yml
|
||||||
|
|
||||||
.PHONY: debug release-apk lint release
|
.PHONY: debug release-local lint release
|
||||||
|
|
||||||
debug:
|
debug:
|
||||||
$(GRADLEW) assembleDebug --stacktrace
|
$(GRADLEW) assembleDebug --stacktrace
|
||||||
|
|
||||||
release-apk:
|
release-local:
|
||||||
$(GRADLEW) assembleRelease --stacktrace
|
$(GRADLEW) assembleRelease --stacktrace
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue