Skip to content

Commit bd75829

Browse files
[Fix] Release Packages Workflow (Docker, Binaries) (#3938)
* Fix workflow * Removed unused files * removed unsed files from test folder
1 parent 4f47651 commit bd75829

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959
dotnet build ./src/Plugins/LevelDBStore \
6060
--framework net9.0 \
6161
--configuration Release \
62+
--runtime linux-x64 \
6263
--output ${{ env.DIST_DIR }}/Plugins/LevelDBStore \
6364
--verbosity normal \
6465
-p:VersionPrefix=${{ env.APP_VERSION }} \

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ jobs:
8383
--version-suffix ${{ matrix.runtime }} \
8484
--framework net9.0 \
8585
--configuration ${{ env.CONFIGURATION }} \
86+
--runtime ${{ matrix.runtime }} \
8687
--output ${{ env.OUTPUT_PATH }}/${{ matrix.runtime }}/Plugins/LevelDBStore \
8788
--verbosity normal \
8889
-p:VersionPrefix=${{ env.APP_VERSION }} \

0 commit comments

Comments
 (0)