We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7d3269 commit fb57cc1Copy full SHA for fb57cc1
.github/workflows/build.yml
@@ -47,7 +47,7 @@ jobs:
47
- name: Pack
48
if: matrix.os == 'ubuntu-latest'
49
run: |
50
- dotnet pack -v normal --configuration ${{ matrix.configuration }} --include-symbols --include-source -p:PackageVersion=v${{ matrix.version }}-pre-$GITHUB_RUN_ID -o nupkg EntityFrameworkCore.Triggered.Core.slnf
+ dotnet pack -v normal --configuration ${{ matrix.configuration }} --include-symbols --include-source -p:PackageVersion=${{ matrix.version }}-pre-$GITHUB_RUN_ID -o nupkg EntityFrameworkCore.Triggered.Core.slnf
51
- name: Upload Artifact
52
53
uses: actions/upload-artifact@v2
0 commit comments