Skip to content

Commit d46720b

Browse files
build: qualify restoration source ref
1 parent 7bd09b4 commit d46720b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: |
4141
pushd .
4242
cd release
43-
git restore --source=master -SW .
43+
git restore --source=origin/master -SW .
4444
cp -a ../dist/. dist
4545
git add -f dist/**
4646
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"

0 commit comments

Comments
 (0)