Skip to content

Commit 3b19073

Browse files
committed
Update release workflow to publish single-file installer and remove docker-compose version constraints
1 parent afd357b commit 3b19073

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323

2424
- name: Build Installer
2525
run: |
26-
cd installer
27-
dotnet publish -c Release -r win-x64 --self-contained true
26+
cd installer/BambuCAM.Installer
27+
dotnet publish -c Release -r win-x64 --self-contained true -p:PublishSingleFile=true
2828
2929
- name: Create Release
3030
uses: softprops/action-gh-release@v1

docker-compose.dev.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
version: '3.8'
21

32
services:
43
frontend:

docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
version: '3'
21

32
services:
43
frontend:

0 commit comments

Comments
 (0)