Skip to content

Commit c0e9d06

Browse files
committed
Update CI
1 parent 5cfe4e8 commit c0e9d06

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

.github/workflows/build_plugin.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212

1313
runs-on: [windows-latest]
1414

15+
env:
16+
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
17+
1518
steps:
1619
- uses: actions/checkout@v1
1720

.github/workflows/release_plugin.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212

1313
runs-on: [windows-latest]
1414

15+
env:
16+
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
17+
1518
steps:
1619
- uses: actions/checkout@v1
1720

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,3 +333,6 @@ references/
333333

334334
# Git Extensions specific files
335335
GitExtensions.settings.backup
336+
337+
[Gg]itextensions.[Ss]hared/GitExtensions/*
338+
[Gg]itextensions.[Ss]hared/GitExtensions-*.zip

0 commit comments

Comments
 (0)