File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ jobs:
106106 echo "Starting build process..."
107107 echo "Signing enabled: ${{ inputs.sign }}"
108108 yarn build
109-
109+
110110 - name : Check bundle directory
111111 shell : bash
112112 run : |
@@ -132,7 +132,7 @@ jobs:
132132
133133 # Check for MSI files in any location
134134 find . -name "*.msi" -type f
135-
135+
136136 - name : Upload Artifact
137137 uses : actions/upload-artifact@v4
138138 with :
@@ -166,7 +166,7 @@ jobs:
166166 echo "WARNING: No MSI file found for deployment!"
167167 echo "msi_path=${{ env.BUNDLE_PATH }}/msi/nym-wallet*.msi" >> $GITHUB_OUTPUT
168168 fi
169-
169+
170170 push-release-data :
171171 if : ${{ (startsWith(github.ref, 'refs/tags/nym-wallet-') && github.event_name == 'release') || github.event_name == 'workflow_dispatch' }}
172172 uses : ./.github/workflows/release-calculate-hash.yml
You can’t perform that action at this time.
0 commit comments