File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 44
44
run : dotnet build -c Release
45
45
- name : Publish
46
46
run : dotnet publish src/SourceGit.csproj -c Release -o publish -r osx-x64 -p:PublishAot=true -p:PublishTrimmed=true -p:TrimMode=link --self-contained
47
+ - name : Allow Executing File as Program
48
+ run : chmod +x publish/Sourcegit
47
49
- name : Upload Artifact
48
50
uses : actions/upload-artifact@v4
49
51
with :
65
67
run : dotnet build -c Release
66
68
- name : Publish
67
69
run : dotnet publish src/SourceGit.csproj -c Release -o publish -r osx-arm64 -p:PublishAot=true -p:PublishTrimmed=true -p:TrimMode=link --self-contained
70
+ - name : Allow Executing File as Program
71
+ run : chmod +x publish/Sourcegit
68
72
- name : Upload Artifact
69
73
uses : actions/upload-artifact@v4
70
74
with :
88
92
run : dotnet publish src/SourceGit.csproj -c Release -o publish -r linux-x64 -p:PublishAot=true -p:PublishTrimmed=true -p:TrimMode=link --self-contained
89
93
- name : Rename Executable File
90
94
run : mv publish/SourceGit publish/sourcegit
95
+ - name : Allow Executing File as Program
96
+ run : chmod +x publish/sourcegit
91
97
- name : Upload Artifact
92
98
uses : actions/upload-artifact@v4
93
99
with :
You can’t perform that action at this time.
0 commit comments