Skip to content

Commit ef26b5f

Browse files
committed
release test
1 parent 3ca706e commit ef26b5f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,22 +44,22 @@ jobs:
4444
run: |
4545
dotnet publish -c Release -r linux-x64 --self-contained false
4646
47-
zip -r -j "Chirp.CLI-$tag-linux-x64.zip" src/Chirp.CLI/bin/Release/net7.0/linux-x64/publish/ src/Chirp.SimpleDB/bin/Debug/net7.0/linux-x64/publish/ -x "*.sln" "*.pdb"
47+
zip -r -j "Chirp.CLI-$tag-linux-x64.zip" src/Chirp.CLI/bin/Release/net7.0/linux-x64/publish/ -x "*.sln" "*.pdb"
4848
- name: Create Windows Release
4949
run: |
5050
dotnet publish -c Release -r win-x64 --self-contained false
5151
52-
zip -r -j "Chirp.CLI-$tag-windows-x64.zip" src/Chirp.CLI/bin/Release/net7.0/win-x64/publish/ src/Chirp.SimpleDB/bin/Debug/net7.0/linux-x64/publish/ -x "*.sln" "*.pdb"
52+
zip -r -j "Chirp.CLI-$tag-windows-x64.zip" src/Chirp.CLI/bin/Release/net7.0/win-x64/publish/ -x "*.sln" "*.pdb"
5353
- name: Create OSX x64 Release
5454
run: |
5555
dotnet publish -c Release -r osx-x64 --self-contained false
5656
57-
zip -r -j "Chirp.CLI-$tag-osx-x64.zip" src/Chirp.CLI/bin/Release/net7.0/osx-x64/publish/ src/Chirp.SimpleDB/bin/Debug/net7.0/linux-x64/publish/ -x "*.sln" "*.pdb"
57+
zip -r -j "Chirp.CLI-$tag-osx-x64.zip" src/Chirp.CLI/bin/Release/net7.0/osx-x64/publish/ -x "*.sln" "*.pdb"
5858
- name: Create OSX arm Release
5959
run: |
6060
dotnet publish -c Release -r osx-arm64 --self-contained false
6161
62-
zip -r -j "Chirp.CLI-$tag-osx-arm-x64.zip" src/Chirp.CLI/bin/Release/net7.0/osx-arm64/publish/ src/Chirp.SimpleDB/bin/Debug/net7.0/linux-x64/publish/ -x "*.sln" "*.pdb"
62+
zip -r -j "Chirp.CLI-$tag-osx-arm-x64.zip" src/Chirp.CLI/bin/Release/net7.0/osx-arm64/publish/ -x "*.sln" "*.pdb"
6363
- name: Upload Release Artifacts
6464
uses: softprops/action-gh-release@v1
6565
with:

0 commit comments

Comments
 (0)