ci: remove artifact upload step from CI workflow
This commit is contained in:
parent
d6f8395378
commit
9b85f450a3
1 changed files with 0 additions and 7 deletions
|
@ -74,13 +74,6 @@ jobs:
|
|||
working-directory: ./backend
|
||||
run: ./gradlew bootJar --parallel --build-cache
|
||||
|
||||
- name: "Upload Artifacts"
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: backend-jar
|
||||
path: backend/build/libs/*.jar
|
||||
retention-days: 5
|
||||
|
||||
- name: "Stop Gradle"
|
||||
if: always()
|
||||
working-directory: ./backend
|
||||
|
|
Loading…
Add table
Reference in a new issue