Skip to content

Commit 01d54f0

Browse files
(hopefully) Fix #372
1 parent 8d42564 commit 01d54f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
vinca-gha --platform linux-64 --trigger-branch buildbranch_linux -d ./recipes
3131
- name: Commit files for linux-64
3232
run: |
33-
if [[ -f "linux.yml" ]]; then
34-
mv linux.yml .github/workflows/
33+
if [[ -f "linux64.yml" ]]; then
34+
mv linux64.yml .github/workflows/
3535
git config --local user.email "action@github.com"
3636
git config --local user.name "GitHub Action"
3737
git add . -f

0 commit comments

Comments
 (0)