Skip to content

Commit

Permalink
Fetch release asset
Browse files Browse the repository at this point in the history
  • Loading branch information
robertoaloi committed Jan 9, 2025
1 parent ff09ce0 commit bd545ed
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,13 +176,14 @@ jobs:
run: cp eqwalizer/eqwalizer/eqwalizer editors/code/bin
- name: Package ELP binary into VS Code Extension
run: cp target/${{ matrix.target }}/release/elp editors/code/bin

- name: Fetch EDB escript (if available)
uses: actions/download-artifact@v4
uses: dsaltares/[email protected]
with:
name: edb-ubuntu-22.04-otp-${{ matrix.otp-version }}.tar.gz
github-token: ${{ secrets.GITHUB_TOKEN }}
repository: WhatsApp/edb
run-id: 12693790504
repo: WhatsApp/edb
version: tags/0.1.0
file: edb-ubuntu-22.04-otp-${{ matrix.otp-version }}.tar.gz
token: ${{ secrets.GITHUB_TOKEN }}
- name: Untar EDB escript
run: tar -xvzf edb.tar.gz
- name: Package EDB escript into VS Code Extension
Expand Down

0 comments on commit bd545ed

Please sign in to comment.