Skip to content

Commit 0fff3ff

Browse files
committed
open-pr: move update scripts to checksum directory
This allows us to create other directories with update scripts for other steps of the update process Signed-off-by: Matthias Aßhauer <[email protected]>
1 parent 97791e8 commit 0fff3ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/open-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
exit 0
153153
fi &&
154154
155-
update_script="$GITHUB_WORKSPACE/update-scripts/$PACKAGE_TO_UPGRADE"
155+
update_script="$GITHUB_WORKSPACE/update-scripts/checksums/$PACKAGE_TO_UPGRADE"
156156
if test -f "$update_script"
157157
then
158158
$update_script "$UPGRADE_TO_VERSION"

update-scripts/mingw-w64-git-lfs renamed to update-scripts/checksums/mingw-w64-git-lfs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
(async () => {
1010
const version = process.argv[2]
1111

12-
const githubApiRequest = require('../github-api-request')
12+
const githubApiRequest = require('../../github-api-request')
1313
const { body: releaseNotes } = await githubApiRequest(
1414
console,
1515
null,

0 commit comments

Comments
 (0)