Skip to content

Commit 42d9a0b

Browse files
committed
Rename scripts folder
1 parent b15252b commit 42d9a0b

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/gradle-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
settings.gradle
4747
gradle.properties
4848
**/gradle/**
49-
Scripts/**
49+
scripts/**
5050
5151
build-java-8:
5252
runs-on: ubuntu-latest

.github/workflows/preview-and-release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ jobs:
4040
- name: Easy detect-secrets
4141
uses: RobertFischer/[email protected]
4242
- name: Download File
43-
run: .\Scripts\decodeAndWrite.ps1 -encodedValue $env:ENCODED_VALUE -outputPath $env:OUTPUT_PATH
43+
run: .\scripts\decodeAndWrite.ps1 -encodedValue $env:ENCODED_VALUE -outputPath $env:OUTPUT_PATH
4444
shell: pwsh
4545
env:
4646
ENCODED_VALUE: ${{ secrets.LOCAL_PROPERTIES }}
4747
OUTPUT_PATH: '.\local.properties'
4848
- name: Download File
49-
run: .\Scripts\decodeAndWrite.ps1 -encodedValue $env:ENCODED_VALUE -outputPath $env:OUTPUT_PATH
49+
run: .\scripts\decodeAndWrite.ps1 -encodedValue $env:ENCODED_VALUE -outputPath $env:OUTPUT_PATH
5050
shell: pwsh
5151
env:
5252
ENCODED_VALUE: ${{ secrets.SECRING_GPG }}
@@ -73,13 +73,13 @@ jobs:
7373
- name: Easy detect-secrets
7474
uses: RobertFischer/[email protected]
7575
- name: Download File
76-
run: .\Scripts\decodeAndWrite.ps1 -encodedValue $env:ENCODED_VALUE -outputPath $env:OUTPUT_PATH
76+
run: .\scripts\decodeAndWrite.ps1 -encodedValue $env:ENCODED_VALUE -outputPath $env:OUTPUT_PATH
7777
shell: pwsh
7878
env:
7979
ENCODED_VALUE: ${{ secrets.LOCAL_PROPERTIES }}
8080
OUTPUT_PATH: '.\local.properties'
8181
- name: Download File
82-
run: .\Scripts\decodeAndWrite.ps1 -encodedValue $env:ENCODED_VALUE -outputPath $env:OUTPUT_PATH
82+
run: .\scripts\decodeAndWrite.ps1 -encodedValue $env:ENCODED_VALUE -outputPath $env:OUTPUT_PATH
8383
shell: pwsh
8484
env:
8585
ENCODED_VALUE: ${{ secrets.SECRING_GPG }}
@@ -102,7 +102,7 @@ jobs:
102102
settings.gradle
103103
gradle.properties
104104
**/gradle/**
105-
Scripts/**
105+
scripts/**
106106
- name: GitHub Release
107107
uses: softprops/action-gh-release@v2
108108
with:

0 commit comments

Comments
 (0)