Skip to content

Commit

Permalink
0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
PENEKhun authored Dec 26, 2023
1 parent 744e9bf commit 944864f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on-push-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: ./gradlew clean build

- name: Zip JAR file
run: zip -r build/libs/Baekjoon-java-starter.zip build/libs/*.jar
run: zip -r $GITHUB_WORKSPACE/build/libs/Baekjoon-java-starter.zip build/libs/*.jar

deploy-on-github:
runs-on: ubuntu-latest
Expand All @@ -51,6 +51,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.PENEKHUN_GITHUB_SECRET }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./build/libs/Baekjoon-java-starter.zip
asset_path: $GITHUB_WORKSPACE/build/libs/Baekjoon-java-starter.zip
asset_name: Baekjoon-java-starter.zip
asset_content_type: application/zip

0 comments on commit 944864f

Please sign in to comment.