diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 775e8dd..79516c8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: