Skip to content

Commit

Permalink
Feat: 배포 스크립트 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
TGoddessana committed Dec 18, 2024
1 parent b72148b commit fd08965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
java-version: '17'
distribution: 'temurin'
- name: Debugging - List Files
run: ls -R builds/
run: ls -R $GITHUB_WORKSPACE/builds/
- name: Download Build Artifact
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit fd08965

Please sign in to comment.