Skip to content

Commit efe5283

Browse files
authored
Push to building branch
1 parent 8d09943 commit efe5283

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/dargon2_library-builder.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
git config user.email "[email protected]"
4141
git add -f lib/src/blobs/libargon2-linux.so
4242
git commit -m "Create Native Library for Linux"
43-
git push origin main
43+
git push origin ${GITHUB_REF##*/}
4444
mac-build:
4545
runs-on: macos-latest
4646
needs: linux-build
@@ -78,7 +78,7 @@ jobs:
7878
git config user.email "[email protected]"
7979
git add -f lib/src/blobs/libargon2-darwin.dylib
8080
git commit -m "Create Native Library for Mac"
81-
git push origin main
81+
git push origin ${GITHUB_REF##*/}
8282
windows-build:
8383
runs-on: windows-latest
8484
needs: [linux-build, mac-build]
@@ -119,5 +119,5 @@ jobs:
119119
git config user.email "[email protected]"
120120
git add -f lib/src/blobs/libargon2-win.dll
121121
git commit -m "Create Native Library for Windows"
122-
git push origin main
122+
git push origin ${GITHUB_REF##*/}
123123
shell: bash

0 commit comments

Comments
 (0)