Skip to content

Commit caf7a58

Browse files
committed
Test path for release files
1 parent d03a659 commit caf7a58

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,9 @@ jobs:
122122
env:
123123
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
124124
with:
125-
files: seismic-${{steps.version.outputs.prop}}-macos-x64.dmg
126-
body_path: ./src-tauri/target/release/upload/seismic-${{steps.version.outputs.prop}}-macos-x64.dmg
125+
# files: seismic-${{steps.version.outputs.prop}}-macos-x64.dmg
126+
files: ./src-tauri/target/release/upload/seismic-${{steps.version.outputs.prop}}-macos-x64.dmg
127+
# body_path: ${{ github.workspace }}-CHANGELOG.txt
127128

128129
# Windows
129130
- name: Upload the windows installer asset

0 commit comments

Comments
 (0)