Skip to content

Commit 2a55572

Browse files
authored
More changes to workflow
1 parent ba0d9c1 commit 2a55572

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,12 @@ jobs:
2929
run: |
3030
python build.py --no-deps
3131
32-
- name: Upload to release
33-
uses: JasonEtco/upload-to-release@master
34-
with:
35-
args: dist/swish.exe
32+
- name: Upload binaries
33+
uses: actions/upload-release-asset@v1
3634
env:
3735
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36+
with:
37+
asset_path: ./dist/swish.exe
38+
asset_name: swish.exe
39+
asset_content_type: application/exe
40+

0 commit comments

Comments
 (0)