Skip to content

Commit

Permalink
Merge pull request #22 from naijun0403/v1
Browse files Browse the repository at this point in the history
fix: broken link
  • Loading branch information
dropdb220 authored Oct 14, 2023
2 parents 145eabd + a100511 commit fb046b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
if: github.event_name == 'workflow_dispatch'
uses: softprops/action-gh-release@v1
with:
body: "Changes(변경 사항)\n\n1. \n\n**Before installing, please read [this](https://github.com/mswgen/oc-updater/blob/main/README.md#installation) carefully!**\n\n**설치하기 전 [여기](https://github.com/mswgen/oc-updater/blob/main/README-ko.md#installation)를 읽어주세요!**"
body: "Changes(변경 사항)\n\n1. \n\n**Before installing, please read [this](https://github.com/mswgen/oc-updater/blob/v1/README.md#installation) carefully!**\n\n**설치하기 전 [여기](https://github.com/mswgen/oc-updater/blob/v1/README-ko.md#installation)를 읽어주세요!**"
draft: true
tag_name: ${{ steps.tagname.outputs.name }}
env:
Expand All @@ -51,4 +51,4 @@ jobs:
name: mac
path: |
out/OpenCore Updater-*.*.*-universal.dmg
out/latest-mac.yml
out/latest-mac.yml

0 comments on commit fb046b7

Please sign in to comment.