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:
|
||||
push:
|
||||
|
@ -33,5 +33,5 @@ jobs:
|
|||
- name: Upload artificats
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: github-actions-artifact
|
||||
name: artifacts-beta
|
||||
path: staging
|
||||
|
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -33,5 +33,5 @@ jobs:
|
|||
- name: Upload artificats
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: github-actions-artifact
|
||||
name: artifacts-release
|
||||
path: staging
|
||||
|
|
Loading…
Reference in a new issue