Skip to content

Commit 5b99ca4

Browse files
committed
Upload windows updater asset
1 parent 8727566 commit 5b99ca4

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/release-artifacts.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,17 @@ jobs:
8383
asset_name: authme-${{steps.version.outputs.prop}}-windows-x64.msi
8484
asset_content_type: application/octet-stream
8585

86+
- name: Upload the windows updater asset
87+
if: runner.os == 'Windows'
88+
uses: actions/upload-release-asset@v1.0.2
89+
env:
90+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
91+
with:
92+
upload_url: ${{steps.get_upload_url.outputs.url}}
93+
asset_path: ./core/target/release/upload/authme-${{steps.version.outputs.prop}}-windows-x64.zip
94+
asset_name: authme-${{steps.version.outputs.prop}}-windows-x64.zip
95+
asset_content_type: application/octet-stream
96+
8697
# Linux
8798
- name: Upload the linux installer asset
8899
if: runner.os == 'Linux'

0 commit comments

Comments
 (0)