Skip to content

Commit 8b7d515

Browse files
committed
fixed indentations
1 parent dffb1a0 commit 8b7d515

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ jobs:
3030
with:
3131
# npm cache files are stored in `~/.npm` on Linux/macOS
3232
path: ~/base
33-
key: cache-paper-base-${{ github.ref_name }}
34-
restore-keys: cache-paper-base-${{ github.ref_name }}
33+
key: cache-paper-base-${{ github.ref_name }}
3534
- if: ${{ steps.cache-base.outputs.cache-hit != 'true' }}
3635
name: Setup build environment
3736
run: ./panda setup
@@ -48,7 +47,6 @@ jobs:
4847
- name: Copy Paperclip jar
4948
run: |
5049
cp -v "./paperclip/build/libs/paperclip-1.8.8-R0.1-SNAPSHOT.jar" "./pandaspigot-$GITHUB_RUN_NUMBER.jar"
51-
5250
- name: Upload artifacts
5351
uses: actions/upload-artifact@v3
5452
with:

0 commit comments

Comments
 (0)