diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 84dac610..4cece43a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -71,7 +71,7 @@ jobs: release: ${{ startsWith(github.ref, 'refs/tags/v') }} - name: 'Upload Artifacts' - if: contains(github.ref, "development") + if: contains(github.ref, 'development') uses: actions/upload-artifact@v2 with: name: desktop-artifacts