diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index d7380ba..c3a8ef6 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -80,6 +80,11 @@ jobs: with: name: tower_defence_server.jar path: release + - name: Download API Spec + uses: "https://git.euph.dev/actions/download-artifact@v3" + with: + name: api.yml + path: release - name: Create Release uses: "https://git.euph.dev/actions/release@v2" with: