We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dffb1a0 commit 8b7d515Copy full SHA for 8b7d515
.github/workflows/build.yml
@@ -30,8 +30,7 @@ jobs:
30
with:
31
# npm cache files are stored in `~/.npm` on Linux/macOS
32
path: ~/base
33
- key: cache-paper-base-${{ github.ref_name }}
34
- restore-keys: cache-paper-base-${{ github.ref_name }}
+ key: cache-paper-base-${{ github.ref_name }}
35
- if: ${{ steps.cache-base.outputs.cache-hit != 'true' }}
36
name: Setup build environment
37
run: ./panda setup
@@ -48,7 +47,6 @@ jobs:
48
47
- name: Copy Paperclip jar
49
run: |
50
cp -v "./paperclip/build/libs/paperclip-1.8.8-R0.1-SNAPSHOT.jar" "./pandaspigot-$GITHUB_RUN_NUMBER.jar"
51
-
52
- name: Upload artifacts
53
uses: actions/upload-artifact@v3
54
0 commit comments