diff --git a/.github/workflows/ci.yml b/.github/workflows/ci/action.yml similarity index 100% rename from .github/workflows/ci.yml rename to .github/workflows/ci/action.yml diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fe17a089..8ee5baf0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: # Build Artifacts - uses: actions/checkout@v1 - name: Build Artifacts - uses: ./.github/workflows/ci.yml + uses: ./.github/workflows/ci/ # Upload each release asset - name: Upload to release