diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4ad813a..e4e237c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,6 +21,13 @@ jobs: # with: # url: "https://github.com/gbdk-2020/gbdk-2020/releases/download/4.3.0/gbdk-linux64.tar.gz" # destination: gbdk + - uses: robinraju/release-downloader@v1 + with: + repository: "gbdk-2020/gbdk-2020" + tag: "4.3.0" + fileName: "gbdk-linux64.tar.gz" + extract: true + tarBall: true - uses: schmiddim/action-wget-unzip@v2 with: url: "https://bgb.bircd.org/bgbw64.zip"