Skip to content

Commit

Permalink
ci: update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ShrBox committed Dec 1, 2024
1 parent 20a9959 commit d06f844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
git config --global user.name "Actions"
git config --global user.email "[email protected]"
rm release/legacy-script-engine-${{ matrix.backend }}/*.pdb
git clone --depth=1 https://${{ secret.GITEA_USER }}:${{ secret.GITEA_TOKEN }}@gitea.litebds.com/LiteLDev/legacy-script-engine-${{ matrix.backend }}.git
git clone --depth=1 https://${{ secrets.GITEA_USER }}:${{ secrets.GITEA_TOKEN }}@gitea.litebds.com/LiteLDev/legacy-script-engine-${{ matrix.backend }}.git
cd legacy-script-engine-${{ matrix.backend }}
rm -rf legacy-script-engine-${{ matrix.backend }}
mv ../release/legacy-script-engine-${{ matrix.backend }} .
Expand Down

0 comments on commit d06f844

Please sign in to comment.