Skip to content

Commit

Permalink
test deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
gunGeongun committed Nov 19, 2024
1 parent bb7dbe5 commit d71e840
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
arguments: build

- name: Upload build artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: campushelper
path: build/libs/campushelper-0.0.1-SNAPSHOT.jar
Expand All @@ -39,7 +39,7 @@ jobs:

steps:
- name: Download build artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: campushelper
path: build/libs/
Expand Down

0 comments on commit d71e840

Please sign in to comment.