final workflow update
This commit is contained in:
parent
e30bfdddbc
commit
ec657ccd4f
2 changed files with 3 additions and 3 deletions
4
.github/workflows/beta.yml
vendored
4
.github/workflows/beta.yml
vendored
|
@ -1,4 +1,4 @@
|
||||||
name: Release
|
name: Beta
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
@ -33,5 +33,5 @@ jobs:
|
||||||
- name: Upload artificats
|
- name: Upload artificats
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: github-actions-artifact
|
name: artifacts-beta
|
||||||
path: staging
|
path: staging
|
||||||
|
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -33,5 +33,5 @@ jobs:
|
||||||
- name: Upload artificats
|
- name: Upload artificats
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: github-actions-artifact
|
name: artifacts-release
|
||||||
path: staging
|
path: staging
|
||||||
|
|
Loading…
Reference in a new issue