Skip to content

Commit

Permalink
upload fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sergkh committed May 13, 2024
1 parent 7842e43 commit 97c062b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
- name: Download artifact
uses: actions/download-artifact@v3
- name: List files
run: ls
run: ls -R
- name: Create GH release
id: create_release
uses: softprops/action-gh-release@v1
Expand All @@ -98,6 +98,6 @@ jobs:
generate_release_notes: true
fail_on_unmatched_files: true
files: |
./linux.tar.gz
./osx_arm64.tar.gz
./osx_x86_64.tar.gz
./release-binary-ubuntu-latest/linux.tar.gz
./release-binary-macos-latest/osx_arm64.tar.gz
./release-binary-macos-latest/osx_x86_64.tar.gz

0 comments on commit 97c062b

Please sign in to comment.