We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d03a659 commit caf7a58Copy full SHA for caf7a58
.github/workflows/main.yml
@@ -122,8 +122,9 @@ jobs:
122
env:
123
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
124
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
+ # files: seismic-${{steps.version.outputs.prop}}-macos-x64.dmg
+ files: ./src-tauri/target/release/upload/seismic-${{steps.version.outputs.prop}}-macos-x64.dmg
127
+ # body_path: ${{ github.workspace }}-CHANGELOG.txt
128
129
# Windows
130
- name: Upload the windows installer asset
0 commit comments