Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ifgris authored Jul 27, 2023
1 parent f9f14fe commit 667759b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
run: dotnet pack --configuration Release --include-symbols --output ./bin/Release/net6.0 /p:SymbolPackageFormat=snupkg
- name: Create source code archive
run: |
cd ./
cd ./Src/NanoRabbit/
tar -czvf source.tar.gz .
zip -r source.zip .
working-directory: ./
working-directory: ./Src/NanoRabbit/
- name: Upload release assets
uses: actions/upload-release-asset@v1
with:
Expand Down

0 comments on commit 667759b

Please sign in to comment.