Skip to content

Commit

Permalink
feat: update buildImage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ray-yhc authored Jul 15, 2023
1 parent cfb71a9 commit 70df28b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/buildImage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
- name : echo github.ref_name
run : echo ${{ github.ref_name }}

- name : change directory
run : cd ./API-Server

- name: Checkout repository
uses: actions/checkout@v2

- name : change directory
run : cd ./API-Server

- name: Set up Java
uses: actions/setup-java@v2
Expand Down

0 comments on commit 70df28b

Please sign in to comment.