diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 93e7ef8b..56b85e91 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -94,9 +94,8 @@ jobs: working-directory: /ahgamut/superconfigure run: make o/lang/janet/built.fat - name: push binary to github - working-directory: /ahgamut/superconfigure uses: softprops/action-gh-release@v1 with: draft: true files: | - results/bin/janet.com + /ahgamut/superconfigure/results/bin/janet.com