File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -23,10 +23,12 @@ jobs:
23
23
24
24
- name : Publish Linux
25
25
run : dotnet publish -r linux-x64 -c Release -p:Version=$GITHUB_REF_NAME --no-self-contained -o output/linux-x64
26
-
26
+
27
27
- name : Publish MacOs
28
28
run : dotnet publish -r osx-x64 -c Release -p:Version=$GITHUB_REF_NAME --no-self-contained -o output/osx-x64
29
-
29
+ - name : Rename MacOs file
30
+ run : mv output/osx-x64/azuredevops-export-wiki output/osx-x64/azuredevops-export-wiki-osx
31
+
30
32
- name : Release
31
33
uses : softprops/action-gh-release@v1
32
34
with :
37
39
output/win-x64/devopswikistyle.css
38
40
output/win-x64/licenses.txt
39
41
output/linux-x64/azuredevops-export-wiki
40
- output/osx-x64/azuredevops-export-wiki
42
+ output/osx-x64/azuredevops-export-wiki-osx
You can’t perform that action at this time.
0 commit comments