diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 491726e..f0c8050 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,7 +39,7 @@ jobs: - name: Upload artifact to release uses: actions/upload-artifact@v2 with: - name: phar + name: lina.phar path: ./builds/lina.phar diff --git a/.github/workflows/build.yml b/.github/workflows/test.yml similarity index 100% rename from .github/workflows/build.yml rename to .github/workflows/test.yml