Skip to content

Commit

Permalink
ci: fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
ShrBox committed Jan 20, 2024
1 parent ecfeaf2 commit 10a98a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ on:
release:
types:
- published

jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4

- uses: xmake-io/github-action-setup-xmake@v1

- run: |
xmake repo -u
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
path: release/

- run: |
cp LICENSE README.md release/
cp LICENSE.md README.md release/
- name: Archive release
run: |
Expand Down

0 comments on commit 10a98a6

Please sign in to comment.