mirror of
https://github.com/leozide/leocad
synced 2025-01-30 20:34:56 +01:00
Update continuous.yml
This commit is contained in:
parent
eb4593a4a6
commit
0a87749cc2
1 changed files with 1 additions and 0 deletions
1
.github/workflows/continuous.yml
vendored
1
.github/workflows/continuous.yml
vendored
|
@ -100,6 +100,7 @@ jobs:
|
|||
macdeployqt LeoCAD.app -dmg
|
||||
mv LeoCAD.dmg LeoCAD-macOS-$(git rev-parse --short HEAD).dmg
|
||||
- name: Upload Package
|
||||
run: |
|
||||
'curl -s -H "Authorization: token $GITHUB_TOKEN" https://api.github.com/repos/leozide/leocad/commits/master -o repo.txt'
|
||||
'export REMOTE=$(ggrep -Po ''(?<=: \")(([a-z0-9])\w+)(?=\")'' -m 1 repo.txt)'
|
||||
export LOCAL=$(git rev-parse HEAD)
|
||||
|
|
Loading…
Add table
Reference in a new issue