Skip to content

Commit 341e26d

Browse files
author
b45632
committed
fix: removed folder stucture
1 parent 76cf633 commit 341e26d

2 files changed

Lines changed: 0 additions & 9 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ jobs:
2222

2323
runs-on: ${{ matrix.platform }}
2424

25-
defaults:
26-
run:
27-
working-directory: apps/desktop
28-
2925
steps:
3026
- name: Checkout repository
3127
uses: actions/checkout@v7

.github/workflows/release.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ jobs:
2424

2525
runs-on: ${{ matrix.platform }}
2626

27-
defaults:
28-
run:
29-
working-directory: .
30-
3127
steps:
3228
- name: Checkout repository
3329
uses: actions/checkout@v7
@@ -73,7 +69,6 @@ jobs:
7369
env:
7470
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7571
with:
76-
projectPath: .
7772
tagName: ${{ github.ref_name }}
7873
releaseName: "Code Deck ${{ github.ref_name }}"
7974
releaseBody: "See CHANGELOG.md for details."

0 commit comments

Comments
 (0)