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.
Fix
1 parent 4f47651 commit bd75829Copy full SHA for bd75829
.github/workflows/docker.yml
@@ -59,6 +59,7 @@ jobs:
59
dotnet build ./src/Plugins/LevelDBStore \
60
--framework net9.0 \
61
--configuration Release \
62
+ --runtime linux-x64 \
63
--output ${{ env.DIST_DIR }}/Plugins/LevelDBStore \
64
--verbosity normal \
65
-p:VersionPrefix=${{ env.APP_VERSION }} \
.github/workflows/release.yml
@@ -83,6 +83,7 @@ jobs:
83
--version-suffix ${{ matrix.runtime }} \
84
85
--configuration ${{ env.CONFIGURATION }} \
86
+ --runtime ${{ matrix.runtime }} \
87
--output ${{ env.OUTPUT_PATH }}/${{ matrix.runtime }}/Plugins/LevelDBStore \
88
89
0 commit comments