Skip to content

Commit

Permalink
Test path for release files
Browse files Browse the repository at this point in the history
  • Loading branch information
breadthe committed Feb 22, 2023
1 parent d03a659 commit caf7a58
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,9 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
files: seismic-${{steps.version.outputs.prop}}-macos-x64.dmg
body_path: ./src-tauri/target/release/upload/seismic-${{steps.version.outputs.prop}}-macos-x64.dmg
# files: seismic-${{steps.version.outputs.prop}}-macos-x64.dmg
files: ./src-tauri/target/release/upload/seismic-${{steps.version.outputs.prop}}-macos-x64.dmg
# body_path: ${{ github.workspace }}-CHANGELOG.txt

# Windows
- name: Upload the windows installer asset
Expand Down

0 comments on commit caf7a58

Please sign in to comment.