1
0
mirror of https://github.com/anope/anope.git synced 2026-07-04 22:33:12 +02:00

Upload the installer build artifact when not doing a release.

This commit is contained in:
Sadie Powell
2025-11-18 15:57:05 +00:00
parent b33ebc0058
commit 50a2dd227f
+7
View File
@@ -67,3 +67,10 @@ jobs:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh release upload ${{ github.event.release.tag_name }} $(Get-ChildItem anope-*.exe)
- name: Upload artifact
if: "${{ github.event_name != 'release' }}"
uses: actions/upload-artifact@v4
with:
name: windows-installer
path: ${{ github.workspace }}\build\\anope-*.exe