Skip to content

Commit 205e387

Browse files
committed
ci: not upload pdb to gitea
1 parent 5ee3e7f commit 205e387

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
steps:
7777
- uses: actions/checkout@v4
7878

79-
- uses: actions/download-artifact@v3
79+
- uses: actions/download-artifact@v4
8080
with:
8181
name: legacy-script-engine-${{ matrix.backend }}-windows-x64-${{ github.sha }}
8282
path: release/
@@ -95,6 +95,7 @@ jobs:
9595
chmod 400 ~/.ssh/id_rsa
9696
git config --global user.name "Actions"
9797
git config --global user.email "shrbox@liteldev.com"
98+
rm release/legacy-script-engine-${{ matrix.backend }}/*.pdb
9899
git clone git@gitea.litebds.com:LiteLDev/legacy-script-engine-${{ matrix.backend }}.git
99100
cd legacy-script-engine-${{ matrix.backend }}
100101
rm -rf legacy-script-engine-${{ matrix.backend }}
@@ -124,7 +125,7 @@ jobs:
124125
steps:
125126
- uses: actions/checkout@v4
126127

127-
- uses: actions/download-artifact@v3
128+
- uses: actions/download-artifact@v4
128129
with:
129130
name: legacy-script-engine-${{ matrix.backend }}-windows-x64-${{ github.sha }}
130131
path: release/

0 commit comments

Comments
 (0)