Skip to content

Commit

Permalink
- Try to fix docker
Browse files Browse the repository at this point in the history
  • Loading branch information
KoalaBear84 committed Feb 15, 2025
1 parent 21ee800 commit 935b473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:
- name: Decompress artifact
uses: TonyBogdanov/zip@1.0
with:
args: unzip -qq ./OpenDirectoryDownloader-${{ steps.get_version.outputs.VERSION }}-${{ matrix.target }}.zip -d ./app
args: unzip -qq ./build-artifacts/OpenDirectoryDownloader-${{ steps.get_version.outputs.VERSION }}-${{ matrix.target }}.zip -d ./app

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down

0 comments on commit 935b473

Please sign in to comment.