Fix Workflow: Windows/Linux build V1.2.0

This commit is contained in:
ThisIsDara
2026-05-06 23:14:26 +03:30
parent e6518b0b06
commit 3887351339
+4 -2
View File
@@ -33,7 +33,9 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: mhr-cfw-go-${{ matrix.os }}
path: mhr-cfw-go*
path: |
mhr-cfw-go.exe
mhr-cfw-go
release:
needs: build
@@ -60,8 +62,8 @@ jobs:
uses: softprops/action-gh-release@v2
with:
files: |
mhr-cfw-go
mhr-cfw-go.exe
mhr-cfw-go
body: "Built from commit ${{ github.sha }}"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}