Skip to content

Commit aaa21f3

Browse files
authored
Fix indentation workflow
1 parent 63cf29b commit aaa21f3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ jobs:
3131
python build.py --no-deps
3232
3333
- name: Upload binaries to release
34-
uses: svenstaro/upload-release-action@v2
35-
with:
36-
repo_token: ${{ secrets.GITHUB_TOKEN }}
37-
file: ./dist/swish.exe
38-
asset_name: swish.exe
39-
tag: ${{ github.ref }}
34+
uses: svenstaro/upload-release-action@v2
35+
with:
36+
repo_token: ${{ secrets.GITHUB_TOKEN }}
37+
file: ./dist/swish.exe
38+
asset_name: swish.exe
39+
tag: ${{ github.ref }}

0 commit comments

Comments
 (0)