Skip to content

Commit 89668f9

Browse files
committed
fix: relax rm
1 parent 804c4f6 commit 89668f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
SESSION: ${{ secrets.SESSION }}
2828
KETCHUP_TOKEN: ${{ secrets.KETCHUP_TOKEN }}
2929
USER_SNOWFLAKE: ${{ secrets.USER_SNOWFLAKE }}
30-
- run: rm src/main/resources/day*.txt src/main/resources/*.json src/main/resources/*.png
30+
- run: rm src/main/resources/day*.txt
3131
- run: ./gradlew fatJar
3232
- run: java -jar build/libs/*-all.jar all
3333
env:

0 commit comments

Comments
 (0)