mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
UPD: Snapshots workflow
This commit is contained in:
parent
6afa92c16e
commit
7c707e3343
1 changed files with 5 additions and 0 deletions
5
.github/workflows/snapshots.yml
vendored
5
.github/workflows/snapshots.yml
vendored
|
|
@ -43,6 +43,11 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Prepare source
|
||||
run: sed -i -e "s|BOX_CLIENT_SECRET = '\*'|BOX_CLIENT_SECRET = '$BOX_CLIENT_SECRET'|g" plugins/wfx/MacCloud/src/drivers/oauth2/box/uboxclient.pas
|
||||
env:
|
||||
BOX_CLIENT_SECRET: ${{ secrets.BOX_CLIENT_SECRET }}
|
||||
|
||||
- name: Build packages
|
||||
run: ./.github/scripts/create_snapshot.sh
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue