Skip to content

Commit

Permalink
ci: add trigger for gitlab pipeline
Browse files Browse the repository at this point in the history
split builds in Makefile
update README.md

NO_DOC=internal
NO_TEST=internal
NO_CHANGELOG=internal
  • Loading branch information
Виталий Шунков committed Mar 21, 2024
1 parent 2c5496d commit 6a2017d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ jobs:
path: .
- name: Upload archive with binary
run: |
chmod 777 genin
tar -czvf genin-${{ env.VERSION }}-x86_64-musl.tar.gz genin
curl -v -f -H "Authorization: Basic ${{ secrets.RAW_AUTH_RW }}" --upload-file genin-${{ env.VERSION }}-x86_64-musl.tar.gz ${{ env.RAW_REGISTRY }}/genin/bin/genin-${{ env.VERSION }}-x86_64-musl.tar.gz
rm -rf genin
- uses: actions/checkout@v3

clean:
Expand Down

0 comments on commit 6a2017d

Please sign in to comment.