diff options
author | Tyler Murphy <tylermurphy534@gmail.com> | 2021-12-20 19:29:22 -0500 |
---|---|---|
committer | Tyler Murphy <tylermurphy534@gmail.com> | 2021-12-20 19:29:22 -0500 |
commit | ec657ccd4f336679e288d1eaf95f5434591dd33b (patch) | |
tree | 6785ecf7d56153626a3448ba8fda49ea24f720e3 | |
parent | add or to maven package statement (diff) | |
download | kenshinshideandseek-ec657ccd4f336679e288d1eaf95f5434591dd33b.tar.gz kenshinshideandseek-ec657ccd4f336679e288d1eaf95f5434591dd33b.tar.bz2 kenshinshideandseek-ec657ccd4f336679e288d1eaf95f5434591dd33b.zip |
final workflow update
-rw-r--r-- | .github/workflows/beta.yml | 4 | ||||
-rw-r--r-- | .github/workflows/release.yml | 2 |
2 files changed, 3 insertions, 3 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 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4ba6c59..3146ab3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,5 +33,5 @@ jobs: - name: Upload artificats uses: actions/upload-artifact@v2 with: - name: github-actions-artifact + name: artifacts-release path: staging |