mirror of
https://github.com/dzeiocom/OpenHealth.git
synced 2025-04-23 19:32:11 +00:00
build: bump actions/upload-artifact from 1 to 2.3.1 (#19)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
parent
aee0022f21
commit
e726383105
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -40,7 +40,7 @@ jobs:
|
|||||||
- name: Zip artifacts
|
- name: Zip artifacts
|
||||||
run: zip -r assemble.zip . -i '**/build/*.apk' '**/build/*.aab' '**/build/*.aar' '**/build/*.so'
|
run: zip -r assemble.zip . -i '**/build/*.apk' '**/build/*.aab' '**/build/*.aar' '**/build/*.so'
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v2.3.1
|
||||||
with:
|
with:
|
||||||
name: assemble
|
name: assemble
|
||||||
path: assemble.zip
|
path: assemble.zip
|
||||||
|
12
.github/workflows/commit.yml
vendored
12
.github/workflows/commit.yml
vendored
@ -6,9 +6,9 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: beemojs/conventional-pr-action@v2
|
# - uses: beemojs/conventional-pr-action@v2
|
||||||
env:
|
# env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
# with:
|
||||||
config-preset: angular
|
# config-preset: angular
|
||||||
name: Conventionnal Commit
|
# name: Conventionnal Commit
|
||||||
|
Loading…
x
Reference in New Issue
Block a user