diff options
| author | Tyler Murphy <tylermurphy534@gmail.com> | 2022-06-01 20:03:01 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-01 20:03:01 -0400 |
| commit | c506030cbabe938f0afccbf3489ab72e7463e1e7 (patch) | |
| tree | 0cafe99d4b314c761d2621457c4a4a824e53350e /.github/workflows | |
| parent | move code of conduct and contributing guidelines (diff) | |
| parent | Update CONTRIBUTING.md (diff) | |
| download | kenshinshideandseek-c506030cbabe938f0afccbf3489ab72e7463e1e7.tar.gz kenshinshideandseek-c506030cbabe938f0afccbf3489ab72e7463e1e7.tar.bz2 kenshinshideandseek-c506030cbabe938f0afccbf3489ab72e7463e1e7.zip | |
Merge pull request #68 from tylermurphy534/1.5.0
1.5.0
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/beta.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index 5cf7218..80db5b7 100644 --- a/.github/workflows/beta.yml +++ b/.github/workflows/beta.yml @@ -30,7 +30,7 @@ jobs: key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} restore-keys: ${{ runner.os }}-m2 - - name: Upload artificats + - name: Upload artifacts uses: actions/upload-artifact@v2 with: name: artifacts-beta |