diff --git a/.forgejo/workflows/release.yml b/.forgejo/workflows/release.yml index 43ab17e..d02d09c 100644 --- a/.forgejo/workflows/release.yml +++ b/.forgejo/workflows/release.yml @@ -47,7 +47,7 @@ jobs: with: shell_command: /bin/ash -e image: forgejo.merr.is/${{ github.repository }}:${{ github.head_ref || github.ref_name }}.${{ github.run_number }} - path: /isl-api + path: isl-api destination: dist - name: Create Release uses: https://github.com/softprops/action-gh-release@v1