Skip to content

Commit

Permalink
Upload ckan.exe and AutoUpdater.exe assets together
Browse files Browse the repository at this point in the history
  • Loading branch information
HebaruSan committed May 19, 2024
1 parent 3ec5dda commit d970908
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,10 +180,8 @@ jobs:
with:
name: Release-repack-unsigned
path: _build/repack/
- name: Upload ckan.exe
run: gh release upload ${{ github.event.release.tag_name }} _build/repack/Release/ckan.exe
- name: Upload AutoUpdater.exe
run: gh release upload ${{ github.event.release.tag_name }} _build/repack/Release/AutoUpdater.exe
- name: Upload ckan.exe and AutoUpdater.exe release assets
run: gh release upload ${{ github.event.release.tag_name }} _build/repack/Release/ckan.exe _build/repack/Release/AutoUpdater.exe

notify-discord:
needs:
Expand Down

0 comments on commit d970908

Please sign in to comment.