mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
UPD: Release workflow
This commit is contained in:
parent
413e1e8398
commit
4474269032
1 changed files with 2 additions and 1 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue