Skip to content

Commit

Permalink
Merge pull request #95 from shalva97/one_more_fix
Browse files Browse the repository at this point in the history
update release workflow
  • Loading branch information
shalva97 authored Apr 5, 2023
2 parents e686b66 + df9c4ea commit 54c7fdc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: workflow_dispatch
jobs:
build:
name: 'Build the project'
runs-on: ubuntu-latest
runs-on: macos-latest
outputs:
tag-name: ${{ steps.tag.outputs.tag }}
steps:
Expand Down Expand Up @@ -48,6 +48,8 @@ jobs:
uses: actions/download-artifact@v3
with:
name: artifacts
- name: copy files to root
run: find . -name "*.*" -type f -exec cp {} ./ \;
- name: 'Create GitHub Release'
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit 54c7fdc

Please sign in to comment.