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 4444 run : dotnet build -c Release
4545 - name : Publish
4646 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
4749 - name : Upload Artifact
4850 uses : actions/upload-artifact@v4
4951 with :
6567 run : dotnet build -c Release
6668 - name : Publish
6769 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
6872 - name : Upload Artifact
6973 uses : actions/upload-artifact@v4
7074 with :
8892 run : dotnet publish src/SourceGit.csproj -c Release -o publish -r linux-x64 -p:PublishAot=true -p:PublishTrimmed=true -p:TrimMode=link --self-contained
8993 - name : Rename Executable File
9094 run : mv publish/SourceGit publish/sourcegit
95+ - name : Allow Executing File as Program
96+ run : chmod +x publish/sourcegit
9197 - name : Upload Artifact
9298 uses : actions/upload-artifact@v4
9399 with :
You can’t perform that action at this time.
0 commit comments