final workflow update

This commit is contained in:
Tyler Murphy 2021-12-20 19:29:22 -05:00
parent e30bfdddbc
commit ec657ccd4f
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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