mirror of
https://github.com/ThisIsDara/mhr-cfw-go.git
synced 2026-05-17 21:24:36 +03:00
Fix Workflow: Windows/Linux build V1.2.0
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user