UPD: Release workflow

This commit is contained in:
Alexander Koblov 2024-09-21 14:36:45 +03:00
commit 4474269032

View file

@ -22,6 +22,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: 'fpc/Lazarus'
ref: 'fixes_3_0'
- name: Build and install Lazarus
run: make all install
@ -38,7 +39,7 @@ jobs:
fetch-depth: 0
- name: Download unrar source code
run: wget https://www.rarlab.com/rar/unrarsrc-7.0.8.tar.gz -O /tmp/unrarsrc.tar.gz
run: wget https://www.rarlab.com/rar/unrarsrc-7.0.9.tar.gz -O /tmp/unrarsrc.tar.gz
- name: Extract unrar source code
run: cd /tmp && tar xzf unrarsrc.tar.gz