Skip to content

Commit

Permalink
Merge pull request #88 from dzcode-io/add-c-release-workflow-v5
Browse files Browse the repository at this point in the history
fix c release folder path
  • Loading branch information
omdxp authored Apr 14, 2024
2 parents 01de570 + 87cdee0 commit 53e7b5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/c-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
./build/build
- name: Create release folder
run: mkdir -p github-release
run: mkdir -p c/github-release

- name: Create archive
uses: TheDoctor0/zip-release@0.7.6
Expand All @@ -57,6 +57,6 @@ jobs:
uses: ncipollo/release-action@v1.14.0
with:
name: 'Kuliya latest'
artifacts: 'github-release/c-release.tar.gz'
artifacts: 'c/github-release/c-release.tar.gz'
tag: 'c-${{ inputs.tag }}'
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 53e7b5f

Please sign in to comment.