Why use decapitated actions? (#373)
This commit is contained in:
parent
13f5d0978d
commit
44178b2de2
1 changed files with 3 additions and 13 deletions
16
.github/workflows/beta.yml
vendored
16
.github/workflows/beta.yml
vendored
|
@ -85,7 +85,7 @@ jobs:
|
||||||
run: ./gradlew assembleGoogleAlpha -Pandroid.injected.signing.store.file=$GITHUB_WORKSPACE/key.keystore -Pandroid.injected.signing.store.password=${{ secrets.KEYSTORE_PASSWORD }} -Pandroid.injected.signing.key.alias=${{ secrets.KEY_ALIAS }} -Pandroid.injected.signing.key.password=${{ secrets.KEY_PASSWORD }}
|
run: ./gradlew assembleGoogleAlpha -Pandroid.injected.signing.store.file=$GITHUB_WORKSPACE/key.keystore -Pandroid.injected.signing.store.password=${{ secrets.KEYSTORE_PASSWORD }} -Pandroid.injected.signing.key.alias=${{ secrets.KEY_ALIAS }} -Pandroid.injected.signing.key.password=${{ secrets.KEY_PASSWORD }}
|
||||||
|
|
||||||
- name: Upload a Build Artifact
|
- name: Upload a Build Artifact
|
||||||
uses: actions/upload-artifact@v4.3.1
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: Dantotsu
|
name: Dantotsu
|
||||||
retention-days: 5
|
retention-days: 5
|
||||||
|
@ -117,23 +117,13 @@ jobs:
|
||||||
VERSION: ${{ env.VERSION }}
|
VERSION: ${{ env.VERSION }}
|
||||||
|
|
||||||
- name: Upload Current SHA as Artifact
|
- name: Upload Current SHA as Artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: last-sha
|
name: last-sha
|
||||||
path: last_sha.txt
|
path: last_sha.txt
|
||||||
|
|
||||||
- name: Upload Commit log as Artifact
|
- name: Upload Commit log as Artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: commit-log
|
name: commit-log
|
||||||
path: commit_log.txt
|
path: commit_log.txt
|
||||||
|
|
||||||
- name: Delete Old Pre-Releases
|
|
||||||
id: delete-pre-releases
|
|
||||||
uses: sgpublic/delete-release-action@master
|
|
||||||
with:
|
|
||||||
pre-release-drop: true
|
|
||||||
pre-release-keep-count: 3
|
|
||||||
pre-release-drop-tag: true
|
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
Loading…
Add table
Add a link
Reference in a new issue