Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a9fb9c3

Browse files
committedNov 12, 2020
remove "=" according to doc (problems on win)
1 parent 47652e0 commit a9fb9c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- name: Embed manifest in win binary
6464
run: |
6565
go get github.com/akavel/rsrc
66-
rsrc -arch=386 -manifest=manifest.xml
66+
rsrc -arch 386 -manifest manifest.xml
6767
if: matrix.operating-system == 'windows-latest'
6868

6969
- name: Build the Agent for win32

0 commit comments

Comments
 (0)
Please sign in to comment.