diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c344ad8..fb260b3 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -16,4 +16,4 @@ jobs: - name: Release uses: softprops/action-gh-release@v2 with: - files: build/crafter-build \ No newline at end of file + files: ./bin/crafter-build \ No newline at end of file