diff options
author | bobby29831 <me@bobby29831.com> | 2022-05-14 08:47:54 -0500 |
---|---|---|
committer | bobby29831 <me@bobby29831.com> | 2022-05-14 08:47:54 -0500 |
commit | 99d31ff71cecb0de3eac175384d9b55312a8a619 (patch) | |
tree | 38fa53d6d4ae8e3ca87a92f63c66e920baba7f67 /.github | |
parent | refactor: reorganize PlayerInfo without static variables (diff) | |
download | kenshinshideandseek-99d31ff71cecb0de3eac175384d9b55312a8a619.tar.gz kenshinshideandseek-99d31ff71cecb0de3eac175384d9b55312a8a619.tar.bz2 kenshinshideandseek-99d31ff71cecb0de3eac175384d9b55312a8a619.zip |
refactor: clean up typos, improperly named variables
Diffstat (limited to '.github')
-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 |