Skip to content

Commit d39ec4a

Browse files
authored
more white space
1 parent c03c580 commit d39ec4a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish-nym-wallet-win11.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)