File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -72,17 +72,11 @@ jobs:
7272
7373 - name : Build SecretLabDependenciesBuilder
7474 run : |
75- dotnet publish SecretLabDependenciesBuilder/SecretLabDependenciesBuilder/SecretLabDependenciesBuilder.csproj \
76- -c Release -r linux-x64 --self-contained true -p:PublishSingleFile=true -o builder-out
77- chmod +x builder-out/SecretLabDependenciesBuilder
78-
79- - name : Setup config.yml
80- run : |
81- cp SLDeps/config.yml config.yml
75+ dotnet publish SecretLabDependenciesBuilder/SecretLabDependenciesBuilder/SecretLabDependenciesBuilder.csproj -c Release -r win-x64 --self-contained true -p:PublishSingleFile=true -o builder-out
8276
8377 - name : Run SecretLabDependenciesBuilder
8478 run : |
85- builder-out/SecretLabDependenciesBuilder
79+ builder-out/SecretLabDependenciesBuilder.exe
8680
8781 - name : Set dynamic variable
8882 run : echo "SL_REFERENCES=$(realpath References)" >> $GITHUB_ENV
You can’t perform that action at this time.
0 commit comments