diff options
Diffstat (limited to '.github/workflows/beta.yml')
-rw-r--r-- | .github/workflows/beta.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index f70f479..919b224 100644 --- a/.github/workflows/beta.yml +++ b/.github/workflows/beta.yml @@ -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 |