Skip to content

Commit

Permalink
momo
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Sep 3, 2024
1 parent 4efa01b commit 501c4e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
- run: |
curl -LO https://github.com/shiguredo/momo/releases/download/2023.1.0/momo-2023.1.0_ubuntu-22.04_x86_64.tar.gz
tar -xzf momo-2023.1.0_ubuntu-22.04_x86_64.tar.gz
mkdir -p _build/ubuntu-22.04_x86_64/release
mkdir -p _build/ubuntu-22.04_x86_64/release/momo
chmod 755 momo-2023.1.0_ubuntu-22.04_x86_64/momo
mv momo-2023.1.0_ubuntu-22.04_x86_64/momo ${{ github.workspace }}/_build/ubuntu-22.04_x86_64/release/
mv momo-2023.1.0_ubuntu-22.04_x86_64/momo ${{ github.workspace }}/_build/ubuntu-22.04_x86_64/release/momo/
- uses: eifinger/setup-rye@v3
with:
version: 'latest'
Expand Down

0 comments on commit 501c4e5

Please sign in to comment.